firestorm 0.1.1
firestorm: ^0.1.1 copied to clipboard
A data access API and ODM tool for Firebase's Firestore and Realtime Database
0.1.0 Initial release (Beta) #
Release date: 30/06/2024
- Initial release of Firestorm for Flutter and Dart.
- Supports Firestore and Realtime Database.
- Includes basic functionality for querying, adding, updating, and deleting documents.
- Provides support for custom data classes with code generation.
- Includes comprehensive documentation and examples for getting started.
- Supports both Flutter and plain Dart applications.
- Support for inheritance in custom data classes.
- Support for custom data class serialization and deserialization.
- Includes support for real-time updates, offline persistence, transactions, and batch writes.