firebase_database_repository 1.0.6 copy "firebase_database_repository: ^1.0.6" to clipboard
firebase_database_repository: ^1.0.6 copied to clipboard

A DatabaseAdapter for the firebase database as used by the database_repository package

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_database_repository

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  firebase_database_repository: ^1.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firebase_database_repository/firebase_database_repository.dart';
0
likes
120
pub points
0%
popularity

Publisher

verified publisherglassp.dev

A DatabaseAdapter for the firebase database as used by the database_repository package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cloud_firestore, database_repository, firebase_core, flutter, uuid

More

Packages that depend on firebase_database_repository