er_firestore 1.0.0 copy "er_firestore: ^1.0.0" to clipboard
er_firestore: ^1.0.0 copied to clipboard

outdated

In order to use Firestore you can simply install this package. This package allow you to create, delete and update the fields on the Firestore. Please create new project on Firebase and save .plist on [...]

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.0

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
0
pub points
0%
popularity

Publisher

unverified uploader

In order to use Firestore you can simply install this package. This package allow you to create, delete and update the fields on the Firestore. Please create new project on Firebase and save .plist on Xcode/Android for use this library.

Homepage

License

unknown (LICENSE)

Dependencies

cloud_firestore, firebase, firebase_auth, firebase_core, flutter

More

Packages that depend on er_firestore