firestore_helper 0.3.3+8
firestore_helper: ^0.3.3+8 copied to clipboard
Helper package for handling Firestore easier. It removes boilerplate code by abstracting most frequently used Firebase Firestore APIs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add firestore_helperThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
firestore_helper: ^0.3.3+8Alternatively, 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:firestore_helper/firestore_helper.dart';