Firebase Analytics Kotlin
Firebase Analytics Kotlin is a Kotlin Multiplatform library for Firebase Analytics. It supports only android and ios.
Get started
Send a log from kotlin code.
import com.github.satoshun.firebase.analytics.analytics
Firebase.analytics.logEvent("android")
Download
Download with a Gradle.
dependencies {
implementation "com.github.satoshun.firebase:analytics:0.0.6"
}