k

kfirebase-messaging

KFirebaseMessaging is a Kotlin Multiplatform Mobile (KMM) package that simplifies the integration of Firebase Cloud Messaging (FCM) across Android and iOS platforms. It provides a unified API for handling push notifications and FCM messaging in a shared codebase, allowing developers to seamlessly implement FCM functionality for both platforms without duplicating code.
https://github.com/the-best-is-best/KFirebase
Apache-2.0
Michelle Raouf
Files download
File Operation
kfirebase-messaging-1.0.0-rc2.jar download
kfirebase-messaging-1.0.0-rc2.pom download
kfirebase-messaging-1.0.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.the-best-is-best</groupId>
  <artifactId>kfirebase-messaging</artifactId>
  <version>1.0.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'io.github.the-best-is-best:kfirebase-messaging:1.0.0-rc2'
Gradle Kotlin
implementation("io.github.the-best-is-best:kfirebase-messaging:1.0.0-rc2")
Scala SBT
libraryDependencies += "io.github.the-best-is-best" % "kfirebase-messaging" % "1.0.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.the-best-is-best', module='kfirebase-messaging', version='1.0.0-rc2')
)
Apache Ivy
<dependency org="io.github.the-best-is-best" name="kfirebase-messaging" rev="1.0.0-rc2" />
Leiningen
[io.github.the-best-is-best/kfirebase-messaging "1.0.0-rc2"]
Apache Buildr
'io.github.the-best-is-best:kfirebase-messaging:jar:1.0.0-rc2'