https://github.com/firebase/flutterfire
π₯ A collection of Firebase plugins for Flutter apps.
https://github.com/firebase/flutterfire
dart firebase flutter google
Last synced: 4 days ago
JSON representation
π₯ A collection of Firebase plugins for Flutter apps.
- Host: GitHub
- URL: https://github.com/firebase/flutterfire
- Owner: firebase
- License: bsd-3-clause
- Created: 2019-08-14T21:38:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T09:26:50.000Z (6 days ago)
- Last Synced: 2025-04-15T19:29:40.677Z (5 days ago)
- Topics: dart, firebase, flutter, google
- Language: Dart
- Homepage: https://firebase.google.com/docs/flutter/setup
- Size: 59.7 MB
- Stars: 8,878
- Watchers: 172
- Forks: 4,018
- Open Issues: 215
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
- StarryDivineSky - firebase/flutterfire
README
FlutterFire
---
[[Changelog]](./CHANGELOG.md) β’ [[Packages]](https://pub.dev/publishers/firebase.google.com/packages)
---
FlutterFire is a set of [Flutter plugins](https://flutter.dev/platform-plugins/)
that enable Flutter apps to use [Firebase](https://firebase.google.com/) services. You can follow an example that shows
how to use these plugins in
the [Firebase for Flutter](https://firebase.google.com/codelabs/firebase-get-to-know-flutter) codelab.[Flutter](https://flutter.dev) 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](https://firebase.google.com/docs/flutter/setup)
- [Available plugins](https://firebase.google.com/docs/flutter/setup#available-plugins)
- [Firebase UI](https://github.com/firebase/FirebaseUI-Flutter) has moved to its own repository.
- [Cloud Firestore ODM](https://github.com/firebaseextended/firestoreodm-flutter) has now moved to its own repository.---
## Stable Plugins
| Name | pub.dev | Firebase Product | Documentation | View Source | Android | iOS | Web | MacOS | Windows |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- | ------- | --- | --- | ----- | ------- |
| Analytics | [](https://pub.dev/packages/firebase_analytics) | [π](https://firebase.google.com/products/analytics) | [π](https://firebase.google.com/docs/analytics/get-started?platform=flutter) | [`firebase_analytics`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_analytics) | β | β | β | Ξ² | N/A |
| App Check | [](https://pub.dev/packages/firebase_app_check) | [π](https://firebase.google.com/docs/app-check) | [π](https://firebase.google.com/docs/app-check/flutter/default-providers) | [`firebase_app_check`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_app_check) | β | β | β | Ξ² | N/A |
| Authentication | [](https://pub.dev/packages/firebase_auth) | [π](https://firebase.google.com/products/auth) | [π](https://firebase.google.com/docs/auth/flutter/start) | [`firebase_auth`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_auth) | β | β | β | Ξ² | (*) |
| Cloud Firestore | [](https://pub.dev/packages/cloud_firestore) | [π](https://firebase.google.com/products/firestore) | [π](https://firebase.google.com/docs/firestore/quickstart) | [`cloud_firestore`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/cloud_firestore) | β | β | β | Ξ² | (*) |
| Cloud Functions | [](https://pub.dev/packages/cloud_functions) | [π](https://firebase.google.com/products/functions) | [π](https://firebase.google.com/docs/functions/get-started?gen=2nd) | [`cloud_functions`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/cloud_functions) | β | β | β | Ξ² | N/A |
| Cloud Messaging | [](https://pub.dev/packages/firebase_messaging) | [π](https://firebase.google.com/products/cloud-messaging) | [π](https://firebase.google.com/docs/cloud-messaging/flutter/client) | [`firebase_messaging`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_messaging) | β | β | β | Ξ² | N/A |
| Cloud Storage | [](https://pub.dev/packages/firebase_storage) | [π](https://firebase.google.com/products/storage) | [π](https://firebase.google.com/docs/storage/flutter/start) | [`firebase_storage`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_storage) | β | β | β | Ξ² | (*) |
| Core | [](https://pub.dev/packages/firebase_core) | [π](https://firebase.google.com) | [π](https://firebase.google.com) | [`firebase_core`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_core) | β | β | β | Ξ² | (*) |
| Crashlytics | [](https://pub.dev/packages/firebase_crashlytics) | [π](https://firebase.google.com/products/crashlytics) | [π](https://firebase.google.com/docs/crashlytics/get-started?platform=flutter) | [`firebase_crashlytics`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_crashlytics) | β | β | N/A | Ξ² | N/A |
| Dynamic Links | [](https://pub.dev/packages/firebase_dynamic_links) | [π](https://firebase.google.com/products/dynamic-links) | [π](https://firebase.google.com/docs/dynamic-links/flutter/create) | [`firebase_dynamic_links`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_dynamic_links) | β | β | N/A | N/A | N/A |
| In-App Messaging | [](https://pub.dev/packages/firebase_in_app_messaging) | [π](https://firebase.google.com/products/in-app-messaging) | [π](https://firebase.google.com/docs/in-app-messaging/get-started?platform=flutter) | [`firebase_in_app_messaging`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_in_app_messaging) | β | β | N/A | N/A | N/A |
| Installations | [](https://pub.dev/packages/firebase_app_installations) | [π](https://firebase.google.com/docs/projects/manage-installations) | [π](https://firebase.google.com/docs/projects/manage-installations#flutter) | [`firebase_app_installations`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_app_installations) | β | β | β | Ξ² | N/A |
| Performance Monitoring | [](https://pub.dev/packages/firebase_performance) | [π](https://firebase.google.com/products/performance) | [π](https://firebase.google.com/docs/perf-mon/flutter/get-started) | [`firebase_performance`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_performance) | β | β | β | N/A | N/A |
| Realtime Database | [](https://pub.dev/packages/firebase_database) | [π](https://firebase.google.com/products/database) | [π](https://firebase.google.com/docs/database/flutter/start) | [`firebase_database`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_database) | β | β | β | Ξ² | N/A |
| Remote Config | [](https://pub.dev/packages/firebase_remote_config) | [π](https://firebase.google.com/products/remote-config) | [π](https://firebase.google.com/docs/remote-config/get-started?platform=flutter) | [`firebase_remote_config`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/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 | [](https://pub.dev/packages/firebase_ml_model_downloader) | [π](https://firebase.google.com/products/ml) | [π](https://firebase.google.com/docs/ml/flutter/use-custom-models) | [`firebase_ml_model_downloader`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_ml_model_downloader) | β | β | N/A | Ξ² |## Issues
Please file FlutterFire specific issues, bugs, or feature requests in
our [issue tracker](https://github.com/firebase/flutterfire/issues/new/choose).Plugin issues that are not specific to FlutterFire can be filed in
the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).## Contributing
If you wish to contribute a change to any of the existing plugins in this repo, please review
our [contribution guide](https://github.com/firebase/flutterfire/blob/main/CONTRIBUTING.md)
and open a [pull request](https://github.com/firebase/flutterfire/pulls).