ds_easy_db_firestore 1.0.1 copy "ds_easy_db_firestore: ^1.0.1" to clipboard
ds_easy_db_firestore: ^1.0.1 copied to clipboard

Cloud Firestore implementation for DS-EasyDB. Provides cloud-hosted NoSQL database with offline support and real-time synchronization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ds_easy_db_firestore

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

dependencies:
  ds_easy_db_firestore: ^1.0.1

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:ds_easy_db_firestore/ds_easy_db_firestore.dart';
0
likes
160
points
36
downloads

Documentation

API reference

Publisher

verified publisherdragon-software.net

Weekly Downloads

Cloud Firestore implementation for DS-EasyDB. Provides cloud-hosted NoSQL database with offline support and real-time synchronization.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, ds_easy_db, firebase_core, flutter

More

Packages that depend on ds_easy_db_firestore