firedart 0.6.4 firedart: ^0.6.4 copied to clipboard
A dart-native implementation of the Firebase Auth and Firestore SDKs.
[0.6.4] - 13 December 2019. #
- Update to latest Firebase auth endpoints
- Remove dart:io dependency
- Throw exception on auth errors
[0.6.3] - 20 November 2019. #
- Fix linter warnings
[0.6.2] - 20 November 2019. #
- Update Protobug and GRPC dependencies to latest versions
[0.6.1] - 21 July 2019. #
- Add generic Reference factory
[0.6.0] - 21 July 2019. #
- Implement collection streaming
- Deprecate some getter methods in favour of dart's getter syntax
[0.5.1] - 17 July 2019. #
- Improve token storage
[0.5.0+1] - 16 July 2019. #
- Cleanup to satisfy dart pub analysis
[0.5.0] - 16 July 2019. #
- Refactor the code to use RPC instead of REST for Firestore.
- Implement listening to document real-time updates.
[0.1.0] - 26 June 2019. #
- Fix issues identified in the dart pub analysis.
[0.0.1] - 26 June 2019. #
- Initial release.