mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
Update auth-google.mdx to reflect the new Auth object (#35681)
This commit is contained in:
@@ -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!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user