Index
Classes
Type aliases
Variables
Functions
Type aliases
DocumentSnapshot
QueryDocumentSnapshot
Variables
Let firestoreInstance
Functions
_getValueProto
-
Parameters
-
data: any
-
resource: string
-
valueFieldName: string
Returns string | object
-
changeConstructor
-
Parameters
-
raw: Event
Returns Change<DocumentSnapshot<object>>
-
document
-
Parameters
-
path: string
Full database path to listen to. This includes the name of the collection that the document is a part of. For example, if the collection is named "users" and the document is named "Ada", then the path is "/users/Ada".
Returns DocumentBuilder
-


Select the Firestore document to listen to for events.