Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 12.7 KB

README.md

File metadata and controls

87 lines (66 loc) · 12.7 KB

Flutter + Firebase logo

FlutterFire

Follow on TwitterMaintained with MelosOSSF scorecard


[Changelog][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


Stable Plugins

Namepub.devFirebase ProductDocumentationView SourceAndroidiOSWebMacOSWindows
AnalyticsAnalytics pub.dev badge🔗📖firebase_analyticsβN/A
App CheckApp Check pub.dev badge🔗📖firebase_app_checkβN/A
AuthenticationAuthentication pub.dev badge🔗📖firebase_authβ(*)
Cloud FirestoreCloud Firestore pub.dev badge🔗📖cloud_firestoreβ(*)
Cloud FunctionsCloud Functions pub.dev badge🔗📖cloud_functionsβN/A
Cloud MessagingCloud Messaging pub.dev badge🔗📖firebase_messagingβN/A
Cloud StorageCloud Storage pub.dev badge🔗📖firebase_storageβ(*)
CoreCore pub.dev badge🔗📖firebase_coreβ(*)
CrashlyticsCrashlytics pub.dev badge🔗📖firebase_crashlyticsN/AβN/A
Dynamic LinksDynamic Links pub.dev badge🔗📖firebase_dynamic_linksN/AN/AN/A
In-App MessagingIn-App Messaging pub.dev badge🔗📖firebase_in_app_messagingN/AN/AN/A
InstallationsInstallations pub.dev badge🔗📖firebase_app_installationsβN/A
Performance MonitoringPerformance Monitoring pub.dev badge🔗📖firebase_performanceN/AN/A
Realtime DatabaseRealtime Database pub.dev badge🔗📖firebase_databaseβN/A
Remote ConfigRemote Config pub.dev badge🔗📖firebase_remote_configβN/A

(*) for development only. Production on Windows is not supported.

Preview Plugins

Namepub.devFirebase ProductDocumentationView SourceAndroidiOSWebMacOS
ML Model DownloaderML Model Downloader pub.dev badge🔗📖firebase_ml_model_downloaderN/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.

close