flutterfire

GitHub

πŸ”₯ A collection of Firebase plugins for Flutter apps.

AI Prompts & Endpoints
CodeWiki Knowledge Base

Repository: firebase/flutterfire


Stars: 9187

README.md

<p align="center">
<a href="https://firebase.google.com/docs/flutter">
<img width="250px" src=".github/images/flutterfire_300x.png" alt="Flutter + Firebase logo"><br/>
</a>
<h1 align="center">FlutterFire</h1>
</p>

<p align="center">
<a href="https://twitter.com/flutterfiredev">
<img src="https://img.shields.io/twitter/follow/flutterfiredev.svg?colorA=1da1f2&colorB=&label=Follow%20on%20Twitter&style=flat-square" alt="Follow on Twitter" />
</a>
<a href="https://github.com/invertase/melos">
<img src="https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square" alt="Maintained with Melos" />
</a>
<a href="https://api.securityscorecards.dev/projects/github.com/firebase/flutterfire">
<img src="https://api.securityscorecards.dev/projects/github.com/firebase/flutterfire/badge" alt="OSSF scorecard" />
</a>
</p>

---

[[Changelog]](./CHANGELOG.md) β€’ [[Packages]](https://pub.dev/publishers/firebase.google.com/packages)

---

FlutterFire 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 | ![Analytics pub.dev badge](https://pub.dev/packages/firebase_analytics) | πŸ”— | πŸ“– | firebase_analytics | βœ” | βœ” | βœ” | Ξ² | N/A |
| App Check | ![App Check pub.dev badge](https://pub.dev/packages/firebase_app_check) | πŸ”— | πŸ“– | firebase_app_check | βœ” | βœ” | βœ” | Ξ² | N/A |
| Authentication | ![Authentication pub.dev badge](https://pub.dev/packages/firebase_auth) | πŸ”— | πŸ“– | firebase_auth | βœ” | βœ” | βœ” | Ξ² | (*) |
| Cloud Firestore | ![Cloud Firestore pub.dev badge](https://pub.dev/packages/cloud_firestore) | πŸ”— | πŸ“– | cloud_firestore | βœ” | βœ” | βœ” | Ξ² | (*) |
| Cloud Functions | ![Cloud Functions pub.dev badge](https://pub.dev/packages/cloud_functions) | πŸ”— | πŸ“– | cloud_functions | βœ” | βœ” | βœ” | Ξ² | N/A |
| Cloud Messaging | ![Cloud Messaging pub.dev badge](https://pub.dev/packages/firebase_messaging) | πŸ”— | πŸ“– | firebase_messaging | βœ” | βœ” | βœ” | Ξ² | N/A |
| Cloud Storage | ![Cloud Storage pub.dev badge](https://pub.dev/packages/firebase_storage) | πŸ”— | πŸ“– | firebase_storage | βœ” | βœ” | βœ” | Ξ² | (*) |
| Core | ![Core pub.dev badge](https://pub.dev/packages/firebase_core) | πŸ”— | πŸ“– | firebase_core | βœ” | βœ” | βœ” | Ξ² | (*) |
| Crashlytics | ![Crashlytics pub.dev badge](https://pub.dev/packages/firebase_crashlytics) | πŸ”— | πŸ“– | firebase_crashlytics | βœ” | βœ” | N/A | Ξ² | N/A |
| Data Connect | ![Data Connect pub.dev badge](https://pub.dev/packages/firebase_data_connect) | πŸ”— | πŸ“– | firebase_data_connect | βœ” | βœ” | βœ” | N/A | N/A |
| In-App Messaging | ![In-App Messaging pub.dev badge](https://pub.dev/packages/firebase_in_app_messaging) | πŸ”— | πŸ“– | firebase_in_app_messaging | βœ” | βœ” | N/A | N/A | N/A |
| Installations | ![Installations pub.dev badge](https://pub.dev/packages/firebase_app_installations) | πŸ”— | πŸ“– | firebase_app_installations | βœ” | βœ” | βœ” | Ξ² | N/A |
| Performance Monitoring | ![Performance Monitoring pub.dev badge](https://pub.dev/packages/firebase_performance) | πŸ”— | πŸ“– | firebase_performance | βœ” | βœ” | βœ” | N/A | N/A |
| Realtime Database | ![Realtime Database pub.dev badge](https://pub.dev/packages/firebase_database) | πŸ”— | πŸ“– | firebase_database | βœ” | βœ” | βœ” | Ξ² | N/A |
| Remote Config | ![Remote Config pub.dev badge](https://pub.dev/packages/firebase_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 | ![ML Model Downloader pub.dev badge](https://pub.dev/packages/firebase_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.