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")
}
Content copied to clipboard
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.