loon_extension_firestore 0.0.9
loon_extension_firestore: ^0.0.9 copied to clipboard
The Loon Firestore extension used to easily sync documents fetched remotely from Firestore into the local Loon cache.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add loon_extension_firestoreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
loon_extension_firestore: ^0.0.9Alternatively, 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:loon_extension_firestore/loon_extension_firestore.dart';