In this post, I will share my experience implementing Firebase Google Login across four platforms—Android, iOS, JVM (Desktop), and JS—in a Kotlin Multiplatform project, including the challenges I faced and how I overcame them.




Background


While Firebase provides native SDKs for JS, iOS, and Android, it does not yet officially support...