firestore_model 0.1.0 copy "firestore_model: ^0.1.0" to clipboard
firestore_model: ^0.1.0 copied to clipboard

outdated

Firestore Model easy to use firestore collections by model data

firestore_model #

Easy way to use firestore collection with data model

Adding Firestore Model to your project #

In your project's pubspec.yaml file,

  • Add firestore_model latest version to your dependencies.
# pubspec.yaml

dependencies:
  firestore_model: ^<latest version>

Config #

void main() async {
  await FirebaseApp.initializeApp(
      settings: FirestoreModelSettings(
          //persistenceEnabled: true,
          ));
  runApp(MyApp());
}
29
likes
0
pub points
69%
popularity

Publisher

verified publisherm-it.dev

Firestore Model easy to use firestore collections by model data

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cloud_firestore, firebase_core, flutter

More

Packages that depend on firestore_model