eigen_firebase 0.3.2
eigen_firebase: ^0.3.2 copied to clipboard
Optional Firebase authentication, telemetry, crash reporting, and push adapters for EigenInteractive Flutter apps.
Changelog #
0.3.0 - 2026-09-13 #
Changed #
- Require
eigen_flutter0.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
runFirebaseEngineAppwithinitializeEigenFirebase, which initializes Firebase and returns provider overrides. Applications compose those overrides througheigen_shellor their ownEigenFlutterScope; 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_flutterports.