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.