Firebase analytics
Firebase analytics uses AnalyticsEvent.VERSION_2
. To add it to your app you need to:
- Include the Firebase module to your
build.gradle
.implementation ("com.poqstudio:analytics.firebase:$VERSION_NAME") - Add your
google-services.json
obtained from the Firebase console to thesrc
folder.