Hi all! I am developing a multiplatform compose ap...
# compose-web
g
Hi all! I am developing a multiplatform compose app that supports Google Oauth SSO for iOS, android, desktop, and wasmJs. For wasmJs, the new way of supporting Google Oauth is with GIS which requires you use a premade HTML element included in the library. As you can imagine, this is a problem since compose for wasmJs uses canvas, and there is no way to include HTML elements in canvas. The old way of doing it using GAPI would work since it can be done completely in JavaScript. But GAPI is deprecated and will be removed. How should this be done for Compose multiplatform for wasmJs?
c
g
Yes looks like it will, thank you!
c
@gbaldeck I landed here while researching the feasibility of using Sign-in with Google from a Compose WASM application. Did you find a solution using WebElementView?
g
Hi @curioustechizen, it's feasible and works well for googles sign in button they now require the web to use
👍🏽 1
thank you color 1