services/turbo_collection_service library
Classes
-
AfSyncTurboCollectionService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A collection service that allows notification after synchronizing data.
-
BeAfSyncTurboCollectionService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A collection service that allows notification both before and after synchronizing data.
-
BeSyncTurboCollectionService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A collection service that allows notification before synchronizing data.
-
TurboCollectionService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A service for managing a collection of Firestore documents with synchronized local state.