"Firebase does not officially support Desktop platforms like Windows or macOS in its Kotlin Multiplatform (KMP) setup"
"Integrating Firebase with Kotlin Multiplatform (KMP) for WebAssembly (Wasm) is challenging due to Firebase's lack of official support for Wasm"
how is this possible in today's dev world.
How doe platforms and dev tools expect to be adopted like this?
Jetbrains and Google should get together to ensure adoption and growth.
p
Pablichjenkov
03/28/2025, 5:52 PM
Many Apps don't use Firebase, I don't think that's a limitation for growth.
Regardless, use abstraction and delegate proper native implementation to each platform. AKA expect/actual techniques