cloud_firestore_all 0.1.1+4
cloud_firestore_all: ^0.1.1+4 copied to clipboard
A Firebase Firestore wrapper for Flutter that wraps cloud_firestore and firebase into a single API for use on both Flutter web and mobile
Changelog #
0.1.1+4 2020/1/3 #
- Changed License
0.1.1+3 2020/1/2 #
- Fixed incorrect method call
0.1.1+2 2020/1/1 #
- Formating Changes
- Removed duplicate properties
0.1.1 2020/1/1 #
- Added WriteBatch class
- Added collection method to DocumentReference
- Added FieldValue methods
- Moved serverTimestamp to FieldValue class
- Fixed bug where method parameter did not have default value or null check
0.1.0+3 - 2019-12-17 #
- Code reformatting.
0.1.0+2 - 2019-12-17 #
- Updated dependencies.
- Added documentation.
0.1.0+1 2019/11/2 #
- Code Reformatting.
0.1.0 2019/11/2 #
- Project reorganized,
- Added Example,
- Added More classes.
0.0.1 - 2019-10-23 #
- Initial Release with limited support.