I know compose wasm Alpha and not ready for produc...
# compose-web
j
I know compose wasm Alpha and not ready for production. But if I would build a semi basic CMS with Firebase. Would compose wasm be able achieve this today? Ok if a little buggy but need to work ofc.
a
There is no Firebase client SDK for wasm AFAIK
j
No js interop?
a
Possible, but there are no ready-to-use bindings
d
You might be able to use these bindings here: https://github.com/GitLiveApp/firebase-kotlin-sdk I assume that is unrelated to whether you use WASM or not. Could be worth a shot.
a
It only supports js. There is an open feature request for Wasm support
kodee sad 3
j
Yeah thats the library I use today on all other targets 🙂 From the comments doesnt sound like they ever will add wasm support here. But who knows.