firebase / flutterfire
π₯ A collection of Firebase plugins for Flutter apps.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing firebase/flutterfire in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewFlutterFire is a set of Flutter plugins that enable Flutter apps to use Firebase services. You can follow an example that shows how to use these plugins in the Firebase for Flutter codelab.
Flutter is Googleβs UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter is used by developers and organizations around the world, and is free and open source.
Documentation
- Add Firebase to your Flutter app
- Available plugins
- Firebase UI has moved to its own repository.
- Cloud Firestore ODM has now moved to its own repository.
Stable Plugins
| Name | pub.dev | Firebase Product | Documentation | View Source | Android | iOS | Web | MacOS | Windows |
|---|---|---|---|---|---|---|---|---|---|
| Analytics | π | π | firebase_analytics | β | β | β | Ξ² | N/A | |
| App Check | π | π | firebase_app_check | β | β | β | Ξ² | N/A | |
| Authentication | π | π | firebase_auth | β | β | β | Ξ² | (*) | |
| Cloud Firestore | π | π | cloud_firestore | β | β | β | Ξ² | (*) | |
| Cloud Functions | π | π | cloud_functions | β | β | β | Ξ² | N/A | |
| Cloud Messaging | π | π | firebase_messaging | β | β | β | Ξ² | N/A | |
| Cloud Storage | π | π | firebase_storage | β | β | β | Ξ² | (*) | |
| Core | π | π | firebase_core | β | β | β | Ξ² | (*) | |
| Crashlytics | π | π | firebase_crashlytics | β | β | N/A | Ξ² | N/A | |
| Data Connect | π | π | firebase_data_connect | β | β | β | N/A | N/A | |
| In-App Messaging | π | π | firebase_in_app_messaging | β | β | N/A | N/A | N/A | |
| Installations | π | π | firebase_app_installations | β | β | β | Ξ² | N/A | |
| Performance Monitoring | π | π | firebase_performance | β | β | β | N/A | N/A | |
| Realtime Database | π | π | firebase_database | β | β | β | Ξ² | N/A | |
| Remote Config | π | π | firebase_remote_config | β | β | β | Ξ² | N/A |
(*) for development only. Production on Windows is not supported.
Preview Plugins
| Name | pub.dev | Firebase Product | Documentation | View Source | Android | iOS | Web | MacOS |
|---|---|---|---|---|---|---|---|---|
| ML Model Downloader | π | π | firebase_ml_model_downloader | β | β | N/A | Ξ² |
Issues
Please file FlutterFire specific issues, bugs, or feature requests in our issue tracker.
Plugin issues that are not specific to FlutterFire can be filed in the Flutter issue tracker.
Contributing
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide and open a pull request.