kiss_firebase_repository_rest 0.2.2
kiss_firebase_repository_rest: ^0.2.2 copied to clipboard
A lightweight, type-safe Firestore implementation of the KISS Repository pattern for Dart using the Google Cloud Firestore REST API
0.2.2 #
- Update kiss_repository_tests dependency to v0.3.1
- Code formatting improvements
0.2.1 #
- Implement automatic Firebase emulator management for tests
- Fix all analyzer warnings and improve code quality
- Improve test infrastructure with repository factories
- Add comprehensive Firebase repository tests
0.2.0 #
- Remove the idField from the toJson, as the higher level interface should handle setting Ids
0.1.0 #
- Update to new interface
- Added tests with firebase emulators
0.0.2 #
- Add missing export
0.0.1 #
- Initial version.