is their any way to use Firebase Auth in wasmJs Pl...
# webassembly
j
is their any way to use Firebase Auth in wasmJs Platform with any third party library?
t
yes
https://proandroiddev.com/kotlin-js-auth-part-2-apple-sign-in-ed6d9d9364ac https://proandroiddev.com/google-sign-in-kotlin-js-f87a542e6090 Here are the most common ones. You can easily follow the approach for the rest. I believe the phone auth is the most tricky one, however it’s working, I don’t really have time to write it is a bit more complex.
j
This also works with warmJS?
t
With a little additional changes you can. Basically any js code can be interpolated in wasm
j
Okay thanks @Tomislav Mladenov