Hi Everyone,
I am trying to setup remote config in a KMP Project but unable to do so can someone please help !
I have successfully setup firebase with Swift package manager.
Thank you in advance !
you can define an interface in commonMain and have that interface implemented in androidMain and then inside your Swift code
Then through DI you can inject that into a graph from Application class on Android and App class from iOS, then you can call it from commonMain safely