cloud_firestore_database_wrapper 1.1.1 cloud_firestore_database_wrapper: ^1.1.1 copied to clipboard
A package that wraps cloud firestore. The idea is that future implementation will be database agnostic and a user can choose which one they want to use.
[1.1.1] - 10/24/2022 #
- Expose Firestoer parser
[1.1.0] - 10/24/2022 #
- Update all methods to use a path based url
[1.0.2] - 5/15/2021 #
- Add Base Model for models to inherit from
- Added model generator functionality.
[1.0.1] - 5/15/2021 #
- Expose 'getSubcollection' through i_data_source interface
[1.0.0] - 5/15/2021 #
- Add 'getSubcollection' functionality
- Package is null safe
[0.0.3] - 3/29/2021 #
- Update firestore dependencies
[0.0.2] - 2/15/2021. #
- Update export to include interface
[0.0.1] - 2/15/2021. #
- Initial commit with tests and implementation.