services/turbo_document_service library
Classes
-
AfSyncTurboDocumentService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A document service that allows notification after synchronizing data.
-
BeAfSyncTurboDocumentService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A document service that allows notification both before and after synchronizing data.
-
BeSyncTurboDocumentService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A document service that allows notification before synchronizing data.
-
TurboDocumentService<
T extends TurboWriteableId< String> , API extends TurboFirestoreApi<T> > - A service for managing a single Firestore document with synchronized local state.