FlutterFire is a collection of Flutter plugins that integrate Firebase services into Flutter applications. It provides modular plugins (e.g. firebase_auth, cloud_firestore, firebase_messaging, etc.) such that apps only include what they need. The central plugin is firebase_core, which initializes the Firebase app instance. Through FlutterFire, developers can use authentication, real-time database, Firestore, cloud functions, analytics, messaging, storage, and more from their Flutter code. The project includes tooling (e.g. the FlutterFire CLI) to assist in configuring Firebase projects and managing plugin versions. The goal is to make Firebase a seamless, first-class backend option for cross-platform Flutter apps, handling platform differences (iOS, Android, web) under the hood.
Features
- Enables Firebase Authentication integration in Flutter apps
- Supports Cloud Firestore database access
- Includes Firebase Analytics for app usage insights
- Enables Cloud Messaging (push notifications) support
- Provides core plugin (firebase_core) for initialization and multi-platform support
- Supports multiple platforms (mobile, web, desktop) with CLI tooling for setup (e.g., flutterfire configure)