Module api

Module api 

Source

Re-exports§

pub use document::FirestoreClient;

Modules§

document

Structs§

CollectionReference
ConvertedCollectionReference
ConvertedDocumentReference
ConvertedQuery
DocumentReference
DocumentSnapshot
Snapshot of a document’s contents.
Firestore
PassthroughConverter
Default converter that leaves Firestore maps unchanged (raw JSON-style data).
Query
QuerySnapshot
SetOptions
Options that configure the behaviour of set_doc writes.
SnapshotMetadata
Metadata about the state of a document snapshot.
TypedDocumentSnapshot
Document snapshot carrying a converter for typed access.
TypedQuerySnapshot

Enums§

FilterOperator
LimitType
OrderDirection

Traits§

FirestoreDataConverter
Trait describing how to convert between user models and Firestore maps.

Functions§

get_firestore
Resolves (or lazily instantiates) the Firestore service for the provided app.
register_firestore_component