Crate tiny_firestore_odm[][src]

Structs

Represents a collection of documents in a Firestore database.

Represents the fully-qualified path of a collection.

Represents a Firestore database.

Represents a fully-qualified Firestore document name.

Stream of documents returned from a Firestore list query.

Represents a key/value pair, where the key (name) is a fully-qualified path to the document.

Traits

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

Functions

Construct a client from a given TokenSource.

Construct a client using google-authz’s default credential discovery process.

Type Definitions