firebase_cloud_firestore 4.15.4 copy "firebase_cloud_firestore: ^4.15.4" to clipboard
firebase_cloud_firestore: ^4.15.4 copied to clipboard

Simplify the serialization of objects for cloud_firestore in a Flutter app. It streamlines the process of converting Dart objects into formats compatible with cloud_firestore, making data storage and [...]

Firebase Cloud Firestore #

Pub Version Build Status Coverage Status

cloud_firestore + object

This Dart library extends the functionality of the cloud_firestore and object packages, providing additional features for observing collections and documents, as well as implementing pagination functions for collections.

It simplifies the serialization of objects for cloud_firestore in a Flutter app. It streamlines the process of converting Dart objects into formats compatible with cloud_firestore, making data storage and retrieval smoother and more efficient for developers.

The firebase_cloud_firestore version will always be aligned with cloud_firestore version.

final chatDocument = FirebaseFirestore.instance.collection('chats').doc('chat_id').asDocument();

Chat chat = await chatDocument.get();

Home #

Setup #

Documents #

- Get

- Listen

Collections #

- Get

- Listen

- Pagination

- Collection Group

Scopes #

- FirestoreViewModel

0
likes
0
pub points
89%
popularity

Publisher

verified publisherlandamessenger.com

Simplify the serialization of objects for cloud_firestore in a Flutter app. It streamlines the process of converting Dart objects into formats compatible with cloud_firestore, making data storage and retrieval smoother and more efficient for developers.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cloud_firestore, flutter, object

More

Packages that depend on firebase_cloud_firestore