firestore_odm_builder 1.0.0
firestore_odm_builder: ^1.0.0 copied to clipboard
Code generator for Firestore ODM annotations. Generates type-safe Firestore operations from annotated classes.
Changelog #
1.0.0 - 2025-01-09 #
Added #
- Initial release of firestore_odm_builder
- Code generation for @Collection and @SubCollection annotations
- Type-safe query builder generation
- Automatic serialization/deserialization code generation
- Real-time snapshot support generation
- Transaction and batch operation support
- Comprehensive error handling and validation