cloud_firestore_api 0.0.2+1
cloud_firestore_api: ^0.0.2+1 copied to clipboard
A clean and efficient approach to dealing with data from Firestore.
0.0.2+1 #
- 🐛️ Bugfix: Fixed bug where collection path was treated as a function instead of String.
0.0.2 #
- ⚠️ Breaking: Added lazy collection path support, collection path is now a callback so you may use dynamic id's in the path if needed and the API will stay in sync.
- ✨ New: Added support for collection group queries with
FirestoreAPI._isCollectionGroup
.
0.0.1+5 #
- Fixed bug where feedback response required for Writeable.isValid method required generic specifications.
0.0.1+4 #
- Update example project and other small changes.
0.0.1+3 #
- Remove unused import.
0.0.1+2 #
- Add default example project.
0.0.1+1 #
- Update readme.
0.0.1 #
- Initial release.