dogs_firestore library

Classes

Collection
DefaultFirestoreDocumentOpmode<T>
FirebaseBlobConverter
FirebaseGeoPointConverter
FirebaseTimestampConverter
FirestoreDocumentOpmode<T>
FirestoreDocumentOpmodeFactory
FirestoreEntity<T extends FirestoreEntity<T>>
This drop-in replacement for Dataclass adds support for common Firestore operations and allows access to the Firestore document ID.

Extensions

DogCollectionReferenceExtension on CollectionReference<Map<String, dynamic>>
DogFirestoreExtension on FirebaseFirestore

Properties

kConserveSnapshot bool
If this is set to true, the latest snapshot of a document will be cached and reused. This is useful if you want to reduce the amount of reads to Firestore, but it will increase the amount of memory used by the application and has also slightly higher performance costs.
getter/setter pair

Functions

installFirebaseInterop([DogEngine? engine]) → void