firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
Issue firebase init
How to make init firebase in compose multiplatform
I'm facing the same problem
See https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/396#issuecomment-1708852016
in my case I'm getting a java.lang.NoClassDefFoundError: Failed resolution of: Ldev/gitlive/firebase/Firebase; when calling Firebase.initialize(this)
Here is an example using a jetbrains example + gitlive implementation.
https://github.com/Reedyuk/KMP-Compose-Firebase-App-Template
Has init on both ios and android
Why this package is very bad in init firebase are u see how impl it in flutter or any another sdk , or not?
Why this package is very bad in init firebase are u see how impl it in flutter or any another sdk , or not?
This 'package' is a wrapper, any complications are with firebase itself.
Flutter only has to support one platform, kmm has to support many and with different init methods for each platform