firespeed 1.1.0 copy "firespeed: ^1.1.0" to clipboard
firespeed: ^1.1.0 copied to clipboard

Speed up your CRUD operations with Firebase Firestore with Generic methods.

This package allow you to use short way of CRUD commands with Firebase Firestore Database.

Features #

You can:

  • Create document
  • Update document
  • Fetch one document
  • Fetch many documents
  • Listen document
  • Listen documents

Getting started #

Use static functions in RestAPI class.

Usage #

Use static functions in RestAPI class.

RestAPI.listenModel(FirestoreRef.user(uid), FireUser.fromFirestore).listen((event) {
    // work with data - event
})

Additional information #

If you have questions or ideas, feel free to contact me at https://t.me/saparfriday

1
likes
110
pub points
21%
popularity

Publisher

unverified uploader

Speed up your CRUD operations with Firebase Firestore with Generic methods.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cloud_firestore, flutter, flutter_oss_licenses

More

Packages that depend on firespeed