Replies: 1 comment 1 reply
-
Cloud Messaging is not supported yet, you can see in the readme, it has 0% coverage. You could submit an issue requesting this feature https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/new/choose As for linking your app to this project, all you need to do is to add the dependency you need in commonMain sourceSet: sourceSets {
val commonMain by getting {
implementation("dev.gitlive:firebase-firestore:1.3.1")
}
} Of course, dev.gitlive:firebase-messaging:1.3.1 won't be resolved because it doesnt exist yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to the KMM world and I am making an instant messaging application with Firebase.
I found your github project which seems very interesting, however, I'm a bit stuck.
I've done the installation of firebase on the android and ios side, I've installed the dependencies on the shared module, after that, I don't really know how to configure and link with your project.
Could you help me?
Thanks for your help.
Have a nice day
Beta Was this translation helpful? Give feedback.
All reactions