Update auth-google.mdx to reflect the new Auth object (#35681)

This commit is contained in:
Pierre Vieira
2025-05-15 12:41:41 -03:00
committed by GitHub
parent 2f475ae9f9
commit 8e43416557

View File

@@ -694,7 +694,7 @@ val supabaseClient = createSupabaseClient(
supabaseUrl = "SUPABASE_URL",
supabaseKey = "SUPABASE_KEY"
) {
install(GoTrue)
install(Auth)
install(ComposeAuth) {
nativeGoogleLogin("WEB_GOOGLE_CLIENT_ID") //Use the Web Client ID, not the Android one!
}