Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FirebaseExtended/flutterfire

πŸ”₯ A collection of Firebase plugins for Flutter apps.
https://github.com/FirebaseExtended/flutterfire

dart firebase flutter google

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        



Flutter + Firebase logo


FlutterFire



Follow on Twitter


Maintained with Melos


OSSF scorecard

---

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

---

FlutterFire is a set of [Flutter plugins](https://flutter.io/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 | [![Analytics pub.dev badge](https://img.shields.io/pub/v/firebase_analytics.svg)](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 | [![App Check pub.dev badge](https://img.shields.io/pub/v/firebase_app_check.svg)](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 | [![Authentication pub.dev badge](https://img.shields.io/pub/v/firebase_auth.svg)](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 | [![Cloud Firestore pub.dev badge](https://img.shields.io/pub/v/cloud_firestore.svg)](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 | [![Cloud Functions pub.dev badge](https://img.shields.io/pub/v/cloud_functions.svg)](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 | [![Cloud Messaging pub.dev badge](https://img.shields.io/pub/v/firebase_messaging.svg)](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 | [![Cloud Storage pub.dev badge](https://img.shields.io/pub/v/firebase_storage.svg)](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 | [![Core pub.dev badge](https://img.shields.io/pub/v/firebase_core.svg)](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 | [![Crashlytics pub.dev badge](https://img.shields.io/pub/v/firebase_crashlytics.svg)](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 | [![Dynamic Links pub.dev badge](https://img.shields.io/pub/v/firebase_dynamic_links.svg)](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 | [![In-App Messaging pub.dev badge](https://img.shields.io/pub/v/firebase_in_app_messaging.svg)](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 | [![Installations pub.dev badge](https://img.shields.io/pub/v/firebase_app_installations.svg)](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 | [![Performance Monitoring pub.dev badge](https://img.shields.io/pub/v/firebase_performance.svg)](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 | [![Realtime Database pub.dev badge](https://img.shields.io/pub/v/firebase_database.svg)](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 | [![Remote Config pub.dev badge](https://img.shields.io/pub/v/firebase_remote_config.svg)](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 | [![ML Model Downloader pub.dev badge](https://img.shields.io/pub/v/firebase_ml_model_downloader.svg)](https://pub.dev/packages/firebase_ml_model_downloader) | [πŸ”—](https://firebase.google.com/products/ml) | [πŸ“–](https://firebase.flutter.dev/docs/ml-model-downloader/overview) | [`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).