firebase_dart 0.2.1 copy "firebase_dart: ^0.2.1" to clipboard
firebase_dart: ^0.2.1 copied to clipboard

outdatedDart 1 only

A pure Dart implementation of the Firebase client

A pure Dart implementation of the Firebase client

Usage #

A simple usage example:

import 'package:firebase_dart/firebase_dart.dart';

main() {
  var ref = new Firebase("https://n6ufdauwqsdfmp.firebaseio-demo.com/");
  
  ref.child("test").onValue.listen((e) {
    print(e.snapshot.val);
  });
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

117
likes
0
pub points
91%
popularity

Publisher

verified publisherappsup.be

A pure Dart implementation of the Firebase client

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, crypto, frappe, logging, quiver, sortedmap

More

Packages that depend on firebase_dart