unitrack_firebase 1.0.0
unitrack_firebase: ^1.0.0 copied to clipboard
Firebase provider for UniTrack. Forwards UniTrack events to Firebase Analytics, plus optional helpers for Messaging (FCM token + push notification tracking), Crashlytics (non-fatal error recording), a [...]
Changelog #
1.0.0 — 2026-06-09 #
Initial public release.
FirebaseProviderforwards every UniTrack event to Firebase Analytics with name + parameter sanitisation that matches Firebase's strict rules.- Super properties + user properties (init-time + runtime mutations).
- Helpers shipped alongside the provider:
UniTrackFirebaseMessaging— handles FCM token updates + push notifications (foreground, click, background). Plumbs intoUniTrack.trackNotificationand emitsfcm_token_updated.UniTrackFirebaseCrashlytics—recordError,setCustomKey,log,syncUser. Records to Crashlytics AND firesapplication_errorso the portal sees the same incident.UniTrackFirebaseRemoteConfig— Firebase RC activation +getString/Bool/Int/Doublegetters. Plugs into the unifiedUniTrack.getRemoteValue<T>resolver chain.
- Optional portal mirror so the UniTrack portal can show a copy of every
event tagged
provider=firebase.