firecache
v0.1.29
Published
rxjs state-management for firebase
Downloads
10
Readme
firecache
A client-side state-management system for firebase.
Enum + State = Observable
Description
This library allows you to specify paths as typescript enums to different documents/collections in firestore.
You can use path variables to create dynamic paths, which are based on the state of the library.
Below Shows how paths are resolved from Enums to Observables.