Open the-best-is-best opened 3 months ago
I'm facing the same problem
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
How to make init firebase in compose multiplatform