Overview of the Cloud Firestore example project
mainfirestore_example project is a demonstration application designed to show how to use the cloud_firestore plugin within a Flutter environment.repository·main·Indexed 27 days ago
https://github.com/firebase/flutterfireOfficial Firebase plugins for Flutter, providing integration for services such as Authentication, Cloud Firestore, Cloud Functions, Firebase Analytics, App Check, AI Logic, and Firebase Installations across multiple platforms.
firestore_example project is a demonstration application designed to show how to use the cloud_firestore plugin within a Flutter environment.firebase_storage_example project is a demonstration application designed to show how to use the firebase_storage plugin within a Flutter environment.Incoming Firebase Cloud Messaging (FCM) payloads are handled differently depending on the application's state. Understanding these states is critical for implementing correct message handling logic:
| State | Description |
|---|---|
| Foreground | The application is open, in view, and actively in use. |
| Background | The application is open but minimized (e.g., user pressed 'home', switched apps, or changed tabs on web). |
| Terminated | The device is locked or the application is not running. |
getToken() with your web push certificate.Firebase Data Connect for Flutter is a plugin that allows you to integrate the Firebase Data Connect API into your Flutter applications.
Note: Firebase Data Connect is currently in Public Preview. This means the product is not subject to any SLA or deprecation policy and may undergo backwards-incompatible changes.
firebase_core_example project serves as a demonstration of how to implement and use the firebase_core plugin within a Flutter application. It provides a functional starting point for developers looking to integrate Firebase services into their Flutter apps.The firebase_messaging plugin allows Flutter applications to integrate with the Firebase Cloud Messaging (FCM) API to receive push notifications and messages.
For detailed implementation guides, including platform-specific setup (Android/iOS) and handling message payloads, refer to the official Firebase Cloud Messaging documentation.
firebase_ai_example project serves as a sample application demonstrating how to integrate and use the Firebase AI SDK within a Flutter environment. It is intended as a starting point for developers looking to implement AI features using Firebase in their Flutter apps.The documentation consists of two types of Markdown files:
_)._).firebase_messaging_example project serves as a demonstration of how to implement the firebase_messaging plugin within a Flutter application. It provides a reference implementation for handling Firebase Cloud Messaging (FCM) features.The firebase_ml_model_downloader plugin is currently in preview. It allows you to download custom ML models for use with Firebase ML.
Platform Support:
Package: firebase_ml_model_downloader on pub.dev.
firebase_app_check_example project is a demonstration application designed to show how to implement and use the firebase_app_check plugin within a Flutter application. It serves as a reference implementation for integrating Firebase App Check to protect your backend resources from abuse.