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

<p>A simple solution to use shared Kotlin code to develop an app for iOS and Android simultaneously, using&nbsp;<a href="https://github.com/JetBrains/compose-multiplatform" rel="noopener ugc nofollow" target="_blank">compose-multiplatform</a>.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*e5rSBi9ogp8SZeblM99DJg.png" style="height:395px; width:700px" /></p> <p>What made me share this post was that when I was learning Kotlin Multiplatform I found a problem. Firebase doesn&rsquo;t have a library that supports Kotlin native, so after searching<strong>&nbsp;Firebase Kotlin Multiplatform&nbsp;</strong>on Google I found a library from&nbsp;<a href="https://git.live/" rel="noopener ugc nofollow" target="_blank">GitLive</a>&nbsp;called&nbsp;<a href="https://github.com/GitLiveApp/firebase-kotlin-sdk" rel="noopener ugc nofollow" target="_blank">firebase-kotlin-sdk</a>&nbsp;that was a library that is a wrapper of the Firebase libraries which I can use in Kotlin Multiplatform. So hands-on work.</p> <p><a href="https://medium.com/@carlosgub/how-to-implement-firebase-firestore-in-kotlin-multiplatform-mobile-with-compose-multiplatform-32b66cdba9f7"><strong>Read More</strong></a></p>