Firebase analytics

Firebase analytics uses AnalyticsEvent.VERSION_2. To add it to your app you need to:

  1. Include the Firebase module to your build.gradle.
    implementation ("com.poqstudio:analytics.firebase:$VERSION_NAME")
  2. Add your google-services.json obtained from the Firebase console to the src folder.