Has anyone implemented dev.gitlive:firebase-config...
# multiplatform
s
Has anyone implemented dev.gitlivefirebase config2.1.0 for Compose Multiplatform? I successfully implemented dev.gitlivefirebase analytics2.1.0, and it worked fine—just plug-and-play for both Android and iOS. However, for Remote Config, while it works well on Android, I’m unable to get it working on iOS. Are there any specific steps required for iOS?
s
did you add the pinfo.list?
s
Yes i did analytics just worked fine
Now Remote Config is also working, but it only started working after I added FirebaseRemoteConfig in the iOS Podfile. It didn’t work when I added it using the cocoapods extension in the build.gradle file. I’m not sure why it didn’t work with the build.gradle cocoapods DSL.
s
use spm
easier to manage 🙂
actually, it was mentioned somewhere in the documentation that you should also add the dependency via cocoapods or spm
in order to make it work for iOS
s
I tries spm before for it worked for analytics but remote config wasn't initialising giving me some kotlin null pointer exception after running the app i used chatgpt it suggested me to use pods
Is there any difference between ios Podfile and kotlinCocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" } plugin ?