cloud_firestore_web 0.2.0+3 cloud_firestore_web: ^0.2.0+3 copied to clipboard
The web implementation of cloud_firestore
0.2.0+3 #
- FIX: dependency issue in pubspec.yaml (#3734).
0.2.0+2 #
- FIX: fix dependency in pubspec.yaml (#3713).
0.2.0+1 #
- Fixed issue #3210 (
Query.orderBy(FieldPath.documentId)
throws exception). - Bump
cloud_firestore_platform_interface
dependency.
0.2.0 #
- See
cloud_firestore
plugin changelog.
0.1.1+2 #
- Ensure QueryWeb correctly encodes values passed in to
[start|end][At|Before](Document?)
methods.
0.1.1+1 #
- Ensure FieldValueFactoryWeb correctly encodes parameters for arrayRemove/arrayUnion FieldValues.
0.1.1 #
- Support equality comparison of field values.
FieldValueWeb
no longer extendsFieldValuePlatform
.- Updated platform interface dependency.
0.1.0+4 #
- Make the pedantic dev_dependency explicit.
0.1.0+3 #
- Removed unit test that was only testing dart-lang behavior.
0.1.0+2 #
- Update documentation about this package being the endorsed platform for web.
0.1.0+1 #
- Fix
fileName
prop in pubspec.yaml
0.1.0 #
- Initial release