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

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

Changelog #

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 #

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