Firebase Analytics Kotlin is a Kotlin Multiplatform library for Firebase Analytics. It supports only android and ios.
Send a log from kotlin code.
import com.github.satoshun.firebase.analytics.analytics
Firebase.analytics.logEvent("android")Download with a Gradle.
dependencies {
implementation "com.github.satoshun.firebase:analytics:1.5.0"
}Download frameworks by Carthage.
cd analytics/src/nativeInterop/cinterop/
carthage update --use-xcframeworks