FirebaseFunctionsFirestore extension type
The Firebase Functions Firestore namespace
- on
- Implemented types
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDocumentCreated(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is created in Firestore.
-
onDocumentCreatedWithAuthContext(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is created in Firestore.
-
onDocumentDeleted(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is deleted in Firestore.
-
onDocumentDeletedWithAuthContext(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is deleted in Firestore.
-
onDocumentUpdated(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is updated in Firestore.
-
onDocumentUpdatedWithAuthContext(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is updated in Firestore.
-
onDocumentWritten(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is created, updated, or deleted in Firestore.
-
onDocumentWrittenWithAuthContext(
JSAny documentOrOpts, JSFunction handler) → JSFunction - Event handler that triggers when a document is created, updated, or deleted in Firestore. This trigger also provides the authentication context of the principal who triggered the event.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited