firebase_dart 0.7.15+4 copy "firebase_dart: ^0.7.15+4" to clipboard
firebase_dart: ^0.7.15+4 copied to clipboard

outdated

A port of the Firebase database client to pure Dart code, usable on different platforms

example/main.dart

import 'package:firebase_dart/firebase_dart.dart';

void main() {
  var ref = Firebase('https://n6ufdauwqsdfmp.firebaseio-demo.com/');

  ref.child('test').onValue.listen((e) {
    print(e.snapshot.val);
  });
}
119
likes
40
pub points
91%
popularity

Publisher

verified publisherappsup.be

A port of the Firebase database client to pure Dart code, usable on different platforms

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

async, collection, convert, crypto, dart2_constant, isolate, jose, logging, meta, quiver, sortedmap, web_socket_channel

More

Packages that depend on firebase_dart