cloud_firestore_api 0.0.7 cloud_firestore_api: ^0.0.7 copied to clipboard
A clean and efficient approach to dealing with data from Firestore.
🔥 Cloud Firestore API #
This package aims to provide a clean and efficient approach to dealing with data from Firestore. Once configured every class that extends the FirestoreAPI
class will have easy access to the following:
- All default CRUD related operations
- Search options in fields and/or arrays
- Automatic (but optional) creation of created/updated fields
- Efficient batching system
- Extensive logging
- Error handling
- User feedback messages
- Instant data converters to your preferred models (optional)
- Local ID access (optional)
- Local DocumentReference access (optional)