blob: 107f7869ddd1b9b55d06035dee7f0de7f5706d7c [file] [log] [blame] [view]
# Firebase Realtime Database for Flutter
[![pub package](https://img.shields.io/pub/v/firebase_database.svg)](https://pub.dartlang.org/packages/firebase_database)
A Flutter plugin to use the [Firebase Realtime Database API](https://firebase.google.com/products/database/).
For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!
## Usage
To use this plugin, add `firebase_database` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
## Getting Started
See the `example` directory for a complete sample app using Firebase Realtime Database.