Hello guys How can i log in in google using compose auth in wasm
Ume Channel
01/23/2025, 9:06 PM
It won;t run but it works on desktop
Ume Channel
01/23/2025, 9:07 PM
any sample code that works
Ume Channel
01/24/2025, 6:16 PM
Copy code
supabase.auth.sessionStatus.collectAsState()
hello does this work? android and web does not work buy on desktop it works
j
Jan
01/24/2025, 8:07 PM
From the README:
Currently, Compose Auth only supports Native Auth for Android with Google (via the Credential Manager) and iOS with Apple, other variations such as JS and JVM rely on fallback which by default is GoTrue-kt OAuth flow.