firebase_database 3.0.3 firebase_database: ^3.0.3 copied to clipboard
Flutter plugin for Firebase Database, a cloud-hosted NoSQL database with realtime data syncing across Android and iOS clients, and offline access.
Firebase Realtime Database for Flutter #
A Flutter plugin to use the Firebase Realtime Database API.
For Flutter plugins for other Firebase products, see FlutterFire.md.
Note: This plugin is still under development, and some APIs might not be available yet. Feedback and Pull Requests are most welcome!
Usage #
To use this plugin, add firebase_database
as a dependency in your pubspec.yaml file.
Getting Started #
See the example
directory for a complete sample app using Firebase Realtime Database.