- Notifications
You must be signed in to change notification settings - Fork4k
🔥 A collection of Firebase plugins for Flutter apps.
License
firebase/flutterfire
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FlutterFire is a set ofFlutter pluginsthat enable Flutter apps to useFirebase services. You can follow an example that showshow to use these plugins intheFirebase 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 freeand open source.
- 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.
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 | |
Dynamic Links | 🔗 | 📖 | firebase_dynamic_links | ✔ | ✔ | N/A | 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.
Name | pub.dev | Firebase Product | Documentation | View Source | Android | iOS | Web | MacOS |
---|---|---|---|---|---|---|---|---|
ML Model Downloader | 🔗 | 📖 | firebase_ml_model_downloader | ✔ | ✔ | N/A | β |
Please file FlutterFire specific issues, bugs, or feature requests inourissue tracker.
Plugin issues that are not specific to FlutterFire can be filed intheFlutter issue tracker.
If you wish to contribute a change to any of the existing plugins in this repo, please reviewourcontribution guideand open apull request.
About
🔥 A collection of Firebase plugins for Flutter apps.