unitrack_firebase 1.0.0 copy "unitrack_firebase: ^1.0.0" to clipboard
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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add unitrack_firebase

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  unitrack_firebase: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unitrack_firebase/unitrack_firebase.dart';
0
likes
130
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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), and Remote Config resolution.

Topics

#analytics #firebase #tracking #telemetry #mobile

License

MIT (license)

Dependencies

firebase_analytics, firebase_core, firebase_crashlytics, firebase_messaging, firebase_remote_config, flutter, unitrack

More

Packages that depend on unitrack_firebase