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.