er_firestore 1.0.1+4 copy "er_firestore: ^1.0.1+4" to clipboard
er_firestore: ^1.0.1+4 copied to clipboard

This package allow you to make CRUD functions on the Firestore. Please create new project for use this library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add er_firestore

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

dependencies:
  er_firestore: ^1.0.1+4

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:er_firestore/er_firestore.dart';
2
likes
25
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

This package allow you to make CRUD functions on the Firestore. Please create new project for use this library.

Homepage

License

unknown (license)

Dependencies

cloud_firestore, firebase, firebase_auth, firebase_core, flutter

More

Packages that depend on er_firestore