k

kfirebase-database

KFirebaseDatabase is a Kotlin Multiplatform library designed to streamline the integration of Firebase services in your mobile applications. With this library, developers can effortlessly initialize Firebase for both Android and iOS, enabling a unified and efficient development experience.
https://github.com/the-best-is-best/KFirebase
Apache-2.0
Michelle Raouf
文件下载
文件名 操作
kfirebase-database-1.0.0-rc1.jar 下载
kfirebase-database-1.0.0-rc1.pom 下载
kfirebase-database-1.0.0-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.the-best-is-best</groupId>
  <artifactId>kfirebase-database</artifactId>
  <version>1.0.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.github.the-best-is-best:kfirebase-database:1.0.0-rc1'
Gradle Kotlin
implementation("io.github.the-best-is-best:kfirebase-database:1.0.0-rc1")
Scala SBT
libraryDependencies += "io.github.the-best-is-best" % "kfirebase-database" % "1.0.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.the-best-is-best', module='kfirebase-database', version='1.0.0-rc1')
)
Apache Ivy
<dependency org="io.github.the-best-is-best" name="kfirebase-database" rev="1.0.0-rc1" />
Leiningen
[io.github.the-best-is-best/kfirebase-database "1.0.0-rc1"]
Apache Buildr
'io.github.the-best-is-best:kfirebase-database:jar:1.0.0-rc1'