entity_store_firestore 4.0.0 entity_store_firestore: ^4.0.0 copied to clipboard
firestore operations for entity_store package
0.0.1 #
- TODO: Describe initial release.
1.0.2 #
- Changed the version of the entity_store package to 1.0.2
2.0.0 #
- Change the library of Result type
2.1.0 #
- Added LocalStorageRepository for storing Entity in local storage
2.1.1 #
- Fix import
2.1.2 #
- Fix import
2.1.3 #
- Fix LocalStorage key
2.1.4 #
- Change merge to false even by default in save and createOrUpdate methods
2.2.0 #
- Add count method to Repository
2.2.1 #
- [FIX] Changed the order in which startAfterDocument is called (Firestore specification required it to be called after orderBy).
3.0.0-dev.1 #
- REFACTOR: Move Repository interface and LocalStorageRepository from entity_store_firestore to entity_store
3.0.0 #
- FIX: change createOrUpdate to upsert
4.0.0-dev.1 #
- FIX: upgrade entity_store 4.0.0-dev.1
3.0.3 #
- FIX: upgrade entity_store 3.0.3
3.0.4 #
- FIX: fix import error
4.0.0 #
- FIX: upgrade entity_store 4.0.0
- FIX: upgrade dependency