jt_firebase 0.1.0+1 copy "jt_firebase: ^0.1.0+1" to clipboard
jt_firebase: ^0.1.0+1 copied to clipboard

A Firebase Realtime Database SDK, developed by Zell Co., Ltd. This library aim at unifying the Realtime Database API across all platforms (Dart VM, Web & Flutter).

jt_firebase #

A Firebase Realtime Database SDK, developed by Zell Co., Ltd.

This library aim at unifying the Realtime Database API across all platforms (Dart VM, Web & Flutter).

For Dart VM, this library is wrapper of package:firebase_dart.

For Web, this library is a wrapper of package:firebase.

For Flutter, this library is a wrapper of package:firebase_database.

Usage #

An example of simple usage is as follow:

final JtDatabase(
  app: FirebaseApp.instance,
  databaseURL: '<<replace this with firebase url>>');

db.ref('<<path in firebase>>');

...

More Info: #

Inspired by darter/fireblend.

[License] MIT.

1
likes
20
pub points
0%
popularity

Publisher

verified publisherjtzell.com

A Firebase Realtime Database SDK, developed by Zell Co., Ltd. This library aim at unifying the Realtime Database API across all platforms (Dart VM, Web & Flutter).

Homepage

License

MIT (LICENSE)

Dependencies

crypto, firebase_dart, http, meta

More

Packages that depend on jt_firebase