The lack of easy Firebase adoption in KMP prevents us from sharing more of our data layer between our Android and iOS apps and even our backend, as we heavily depend on Firestore. Currently, we're implementing every change in our data structures multiple times, which we could do only once, as we already have a shared library in place.
The lack of easy Firebase adoption in KMP prevents us from sharing more of our data layer between our Android and iOS apps and even our backend, as we heavily depend on Firestore. Currently, we're implementing every change in our data structures multiple times, which we could do only once, as we already have a shared library in place.