firestore_mock 0.0.6
firestore_mock: ^0.0.6 copied to clipboard
Google Cloud Firestore Test Helpers
0.0.6 - 2019-09-26 #
- Basic implementation of
DocumentReference.snapshots()
0.0.5 - 2019-06-19 #
- Updated cloud_firestore dependency to version 0.11.0+2
- Added support for reading from subcollections
0.0.4 - 2019-06-17 #
- Empty implementation of
DocumentReference.delete() - Basic implementation of
DocumentReference.updateData(Map)
0.0.3 - 2019-06-13 #
- Basic mock implementation for
Query.snapshots()
0.0.2 - 2019-05-03 #
Query.limit,Query.orderBy
0.0.1 - 2019-04-30 #
- Get document from collection
- Add document to collection
Query.where(...)- not working on nested fields yet