fire_base_real_time_db 0.0.3 copy "fire_base_real_time_db: ^0.0.3" to clipboard
fire_base_real_time_db: ^0.0.3 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.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
0
likes
0
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

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, and querying documents, including real-time stream updates.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_core, firebase_database, flutter

More

Packages that depend on fire_base_real_time_db