google_cloud_firestore 0.5.2
google_cloud_firestore: ^0.5.2 copied to clipboard
A Dart client library for Google Cloud Firestore, a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud.
0.5.2 #
- Fixed
Firestore.projectIdnot readingGOOGLE_CLOUD_PROJECTwhen using Application Default Credentials locally. - Fixed
FieldMasknot available from export. (thanks to @OutdatedGuy) - Require
google_cloud: '>=0.4.0 <0.6.0'
0.5.1 #
- Added retry support for
WriteBatch.commit()on transient errors (ABORTED,UNAVAILABLE,RESOURCE_EXHAUSTED). - Added an example.
- Added a more detailed project description.
- Update dependency
meta: ^1.17.0to allow workspaces with stable Flutter.
0.5.0 #
- First release.