analytics

Firebase Analytics for Kotlin

License

License

GroupId

GroupId

com.github.satoshun.firebase
ArtifactId

ArtifactId

analytics-ios
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

klib
Description

Description

analytics
Firebase Analytics for Kotlin
Project URL

Project URL

https://github.com/satoshun/firebase-analytics-kotlin/
Source Code Management

Source Code Management

https://github.com/satoshun/firebase-analytics-kotlin/

Download analytics-ios

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.30

Project Modules

There are no modules declared in this project.

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"
}

Versions

Version
0.0.5
0.0.4