firebase_dart 1.0.0-dev.4 copy "firebase_dart: ^1.0.0-dev.4" to clipboard
firebase_dart: ^1.0.0-dev.4 copied to clipboard

outdated

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

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);
  });
}

Local database #

Besides connecting to a remote firebase database, you can also create and work with a local in memory database.

var ref = new Firebase("mem://some.name/");

Features and bugs #

Please file feature requests and bugs at the issue tracker.

129
likes
0
points
10.6k
downloads

Publisher

verified publisherappsup.be

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

_discoveryapis_commons, async, clock, collection, crypto, expressions, googleapis, googleapis_auth, hive, http, jose, logging, meta, openid_client, pedantic, quiver, rxdart, sortedmap, stream_channel, web_socket_channel

More

Packages that depend on firebase_dart