Crate tiny_firestore_odm

Source

Modules§

client
dynamic_firestore_client

Structs§

Collection
Represents a collection of documents in a Firestore database.
CollectionName
Represents the fully-qualified path of a collection.
Database
Represents a Firestore database.
DocumentName
Represents a fully-qualified Firestore document name.
NamedDocument
Represents a key/value pair, where the key (name) is a fully-qualified path to the document.

Traits§

QualifyDocumentName
Represents a type that can be turned into a fully-qualified document name.