How to implement Firebase Firestore in Kotlin Multiplatform Mobile (KMM) with Compose-Multiplatform

A simple solution to use shared Kotlin code to develop an app for iOS and Android simultaneously, using compose-multiplatform.

What made me share this post was that when I was learning Kotlin Multiplatform I found a problem. Firebase doesn’t have a library that supports Kotlin native, so after searching Firebase Kotlin Multiplatform on Google I found a library from GitLive called firebase-kotlin-sdk that was a library that is a wrapper of the Firebase libraries which I can use in Kotlin Multiplatform. So hands-on work.

Read More