Hello guys How can i log in in google using compos...
# supabase-kt
u
Hello guys How can i log in in google using compose auth in wasm
It won;t run but it works on desktop
any sample code that works
Copy code
supabase.auth.sessionStatus.collectAsState()
hello does this work? android and web does not work buy on desktop it works
j
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.
You have to set up Native Google Auth on Android.
u
I see. Thank you.