firestore_odm 1.0.0
firestore_odm: ^1.0.0 copied to clipboard
Type-safe Firestore ODM with code generation support. Generate type-safe Firestore operations with annotations.
Changelog #
1.0.0 - 2025-01-09 #
Added #
- Initial release of firestore_odm
- Type-safe Firestore operations
- Automatic serialization/deserialization
- Query builder with IntelliSense support
- Real-time updates with snapshots
- Subcollection support
- Transaction and batch operation support
- Comprehensive documentation and examples