k

kfirebase-messaging-android

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-android-1.0.0-rc3.pom download
kfirebase-messaging-android-1.0.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.the-best-is-best</groupId>
  <artifactId>kfirebase-messaging-android</artifactId>
  <version>1.0.0-rc3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.the-best-is-best:kfirebase-messaging-android:1.0.0-rc3'
Gradle Kotlin
implementation("io.github.the-best-is-best:kfirebase-messaging-android:1.0.0-rc3")
Scala SBT
libraryDependencies += "io.github.the-best-is-best" % "kfirebase-messaging-android" % "1.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.the-best-is-best', module='kfirebase-messaging-android', version='1.0.0-rc3')
)
Apache Ivy
<dependency org="io.github.the-best-is-best" name="kfirebase-messaging-android" rev="1.0.0-rc3" />
Leiningen
[io.github.the-best-is-best/kfirebase-messaging-android "1.0.0-rc3"]
Apache Buildr
'io.github.the-best-is-best:kfirebase-messaging-android:jar:1.0.0-rc3'