fire_base_real_time_db 0.0.7
fire_base_real_time_db: ^0.0.7 copied to clipboard
fire_base_real_time_db is a Flutter package that provides an abstraction layer for Firebase Realtime Database CRUD operations. It simplifies data management with methods for saving, updating, deleting [...]
Changelog #
All notable changes to this project will be documented in this file.
0.0.7 #
0.0.6 #
0.0.4 #
- create register Firebase RealTime DB Service GetIt DI.
0.0.3 #
- update main example file
0.0.2 #
Added #
- Implemented
saveDocument
for saving data to Firebase Realtime Database. - Implemented
setDocument
to set a document with a specific ID. - Implemented
updateDocument
for updating existing records. - Implemented
removeDocument
for deleting documents by ID. - Implemented
getDocumentById
to fetch a single document. - Implemented
getAllDocuments
to retrieve all documents from a specified path. - Implemented
getStreamAllDocuments
for real-time data streaming. - Added query parameter support for filtering data queries.
- Introduced extension methods for Firebase query operations.
Notes #
- This package provides an abstraction layer for Firebase Realtime Database operations in Flutter.
- Future updates may include additional query support and error-handling improvements.
0.0.1 #
- Initial Release