firebase/flutterfire

🔥 A collection of Firebase plugins for Flutter apps.

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 7th, 2026
Created on August 14th, 2019
Open Issues & Pull Requests: 79 (-7)
GitHub issues: Enabled
Number of forks: 4,116
Total Stargazers: 9,254 (+0)
Total Subscribers: 172 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.2 hours
Mean response time: 14.2 days
90th percentile: 4.9 days
Tracked items: 1,318

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 48
New in 7 days: 12
Closed in 7 days: 3
Avg open age: 466 days
Stale 30+ days: 29
Stale 90+ days: 21

Recent activity

Opened in 7 days: 8
Closed in 7 days: 3
Comments in 7 days: 9
Events in 7 days: 60

Top labels

  • type: bug (983)
  • Needs Attention (645)
  • platform: ios (411)
  • platform: android (322)
  • blocked: customer-response (288)
  • plugin: auth (255)
  • type: enhancement (225)
  • plugin: messaging (189)

Detailed Description

FlutterFire is a collection of Firebase plugins for Flutter apps.

FlutterFire solves the problem of integrating Firebase backend services into Flutter applications by providing a set of plugins that bridge Firebase functionality to Flutter's cross-platform framework. The plugins enable developers to access Firebase services such as authentication, real-time databases, cloud storage, and other backend capabilities directly from Flutter code. This approach allows a single codebase to leverage Firebase across mobile, web, and desktop platforms without requiring separate native implementations for each target platform.

Developers building Flutter applications that need backend infrastructure should consider FlutterFire if they are already invested in the Firebase ecosystem or planning to use Firebase services. The plugin collection is particularly suited for projects requiring authentication, data synchronization, cloud storage, or other Firebase capabilities. The project is maintained as an official Google offering, which provides assurance around long-term support and alignment with both Flutter and Firebase development directions.

The project maintains a structured development process using a monorepo approach with multiple plugins managed as separate packages. Development activity shows consistent attention to stability and security practices, with regular updates to keep plugins compatible with evolving versions of Flutter and Firebase SDKs. The codebase demonstrates active maintenance of the plugin ecosystem, ensuring that developers can rely on these integrations remaining functional as underlying platforms evolve.