turbo_firestore_api 0.1.0+1
turbo_firestore_api: ^0.1.0+1 copied to clipboard
A clean and efficient approach to dealing with data from Firestore.
0.1.0+1 #
- π Fix: Made
TurboResponse<T>? validate<T>()
null by default to avoid forced inheritance.
0.1.0 #
- β¨ New: Initial release of turbo_firestore_api
- β¨ New: Added TurboFirestoreApi for clean Firestore operations
- β¨ New: Implemented CRUD operations with error handling
- β¨ New: Added search functionality
- β¨ New: Added stream support
- β¨ New: Added auth sync service
- β¨ New: Added collection and document services
- β¨ New: Added exception handling
- π Docs: Added basic documentation and examples