cloud_firestore 5.6.4 copy "cloud_firestore: ^5.6.4" to clipboard
cloud_firestore: ^5.6.4 copied to clipboard

Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloud_firestore
copied to clipboard

With Flutter:

 $ flutter pub add cloud_firestore
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cloud_firestore: ^5.6.4
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cloud_firestore/cloud_firestore.dart';
copied to clipboard
3.64k
likes
0
points
800k
downloads

Publisher

verified publisherfirebase.google.com

Weekly Downloads

2024.09.28 - 2025.04.12

Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.

Homepage
Repository (GitHub)
View/report issues

Topics

#firebase #firestore #realtime #database

License

unknown (license)

Dependencies

cloud_firestore_platform_interface, cloud_firestore_web, collection, firebase_core, firebase_core_platform_interface, flutter, meta

More

Packages that depend on cloud_firestore