eigen_firebase 0.3.2 copy "eigen_firebase: ^0.3.2" to clipboard
eigen_firebase: ^0.3.2 copied to clipboard

PlatformAndroid

Optional Firebase authentication, telemetry, crash reporting, and push adapters for EigenInteractive Flutter apps.

Changelog #

0.3.2 - 2026-09-16 #

Changed #

  • Require the release of its sibling packages in this version.

0.3.1 - 2026-09-15 #

Changed #

  • Require the release of its sibling packages in this version.

0.3.0 - 2026-09-13 #

Changed #

  • Require eigen_flutter 0.10.0. The 0.2.0 release as published pins the 0.9.x line, which no longer resolves beside it.

0.2.0 - 2026-09-09 #

  • Breaking. Replace runFirebaseEngineApp with initializeEigenFirebase, which initializes Firebase and returns provider overrides. Applications compose those overrides through eigen_shell or their own EigenFlutterScope; the Firebase adapter no longer owns or depends on the first-party application shell.
  • Resolve foreground-notification suppression through the provider-neutral active-game resolver supplied by the application layer.
  • Follow Firebase Messaging's native distinction between retryable and permanent Android notification-permission denials.

0.1.0 - 2026-08-21 #

  • Initial optional Firebase adapter package.
  • Firebase Auth, bearer tokens, Analytics, Crashlytics, Cloud Messaging, and Android notification resources compose above eigen_flutter ports.