Does anyone know a good resource for how to integr...
# multiplatform
i
Does anyone know a good resource for how to integrate the KMP firebase libraries from gitlive? The GitHub repo documentation is severely lacking and I'm having some issues getting everything to play nice. On Android and iOS I'm getting errors that Firebase.firestore isn't initialized when trying to inject with koin even though I'm calling Firebase.initialize in my application class for Android and firebaseapp.configure for iOS in my App delegate.
c
Did you setup firebase as in the firebase guide. I.e. did you put the .json and resp. .plist in the correct folders?
i
Actually so I figured out my problem (at least on iOS). When I try to use it in a class that's being injected through koin, it doesn't work and crashes
When I used it directly within a composeable, it worked fine
I haven't gotten it to work on Android yet but that's what was happening on iOS
c
Then I would say, koin is your issue. Ask in #C67HDJZ2N if someone faced the issue already.
i
Alright thank you!