Published September 21, 2026

Firebase SDK for Flutter v4.20.0 Arrives with BoM 4.20.0 and Plugin Refinements

The Firebase team has published Flutter BoM version 4.20.0, dated September 14, 2026. This release is a regular point update in the FlutterFire release train, refreshing the set of plugin versions that Flutter apps should target to stay aligned with the current Firebase platform. For teams that keep their Firebase dependencies tightly versioned through the Bill of Materials, the update arrives as a simple way to coordinate upgrades across many plugins at once rather than picking each package independently.

What the BoM Version Controls

A Flutter BoM acts as a single source of truth for the versions of the Firebase Flutter plugins that are known to work together. Rather than pinning firebase_core, cloud_firestore, firebase_auth, and every other product plugin by hand, a project can reference the BoM and let it resolve the compatible set. When Google bumps the BoM to 4.20.0, it signals that the constituent plugins have moved forward and that the combination has been tested as a coherent whole. This is valuable because the Firebase plugins share native SDKs and need to stay in step with one another.

The update also brings the FlutterFire plugins in line with the latest native Firebase SDK versions across Android, Apple, and web platforms. When the Flutter BoM advances, it almost always bundles native SDK bumps, so the gains from a FlutterBoM release extend beneath the Dart surface into the platform code that powers authentication, database, messaging, and analytics. For developers, the practical effect is a smoother upgrade path and access to fixes that were released in the underlying SDKs.

  • BoM 4.20.0 coordinates compatible plugin versions in a single reference
  • The release train generally bundles native SDK bumps for Android, Apple, and web
  • Teams should update pubspec dependencies and run flutter pub upgrade
  • Platform-focused fixes arrive through the aligned plugin updates

A Routine but Meaningful Update

This is not a headline feature release, and that is expected. The FlutterFire project ships incremental BoM updates on a cadence, and the value of each release is more about stability and alignment than about dramatic new capabilities. Reliability fixes, minor API refinements, and updated native dependencies accumulate over several point releases, and the 4.20.0 BoM captures where that work stands as of mid-September 2026.

For app teams, the practical guidance is unchanged from previous releases in this series. Open pubspec.yaml, update the Firebase plugin versions to the ones listed under the 4.20.0 BoM, and run flutter pub upgrade to pull in the compatible set. Because the changes sit mostly beneath the surface, most projects will upgrade without needing to modify their application code. Any product-specific changes are documented in the individual plugin changelogs that accompany the BoM release.

Keeping Firebase plugins current matters for reasons beyond new features. Bug fixes in Firestore, authentication, and messaging often address issues that only surface in particular deployment configurations, and those fixes arrive bundled into the plugin releases. Staying close to the latest BoM reduces the distance between a reported platform issue and the fix that resolves it, which is an underrated benefit for production Flutter apps.

The September BoM refresh also continues the pattern of the FlutterFire team pairing documentation updates with the release. The official release notes page lists the plugin versions included in BoM 4.20.0 and points to the per-plugin changelogs where the finer details live. Teams doing a planned upgrade can use those notes to preview what changed before they update their dependencies.

Beyond the Flutter framework itself, the Firebase plugins represent some of the most widely adopted third-party dependencies in the ecosystem. An update to the BoM touches an enormous number of real applications, which is why the cadence and the compatibility guarantees matter as much as any single plugin feature. A carefully coordinated BoM release lets the whole ecosystem move forward without breaking one another.

In summary, Flutter BoM 4.20.0 is a focused, routine update that keeps Firebase-backed Flutter apps on a current, tested set of plugin versions. It is the kind of release that does not demand attention on its own but that quietly improves the reliability of apps using Firebase. For teams already on a recent BoM, upgrading is quick and low risk. For teams lagging several versions behind, this is another good opportunity to restore alignment with the platform.