Create a collection reference from an Entity and optional parent.
The entity class for the collections documents.
The parent document for the collection.
The native firestore collection reference.
The parent document reference for the collection.
The path to this collection.
Creates a new document from an entity instance.
An instance of the entity.
The created entity.
Gets a document reference from the collection.
The document ID.
Finds a list of documents based on a criteria.
The query parameters.
A list of entities matching the criteria.
Gets a document with a provided ID
The ID of the document.
The entity.
Entry point for building queries.
Removes a document from the collection.
The document ID to remove.
Updates a document from an entity instance.
The entity (with ID) to update.
The updated entity.
Generated using TypeDoc
Firestorm representation of a collection reference.