analytics

Set of classes related to Firebase Analytics.

Configuration

Use of this module requires the following plugins to be applied in the app:

if (gradle.startParameter.taskRequests.toString().contains("Release")) {
apply("com.google.gms.google-services")
apply("com.google.firebase.crashlytics")
}

and the google-services.json file to be present in the app module.

Read Firebase Setup for more.

Note:

This package requires Hilt, as it's using Dependency Injection to provide the NordicAnalytics class.

Packages

Link copied to clipboard

Main API for Nordic analytics. Contains set to methods to log events.

Set of common views used for enabling analytics in Nordic apps.