From 8e43416557c28a7ed12dbe2ab7e135c60ea464cc Mon Sep 17 00:00:00 2001 From: Pierre Vieira Date: Thu, 15 May 2025 12:41:41 -0300 Subject: [PATCH] Update auth-google.mdx to reflect the new Auth object (#35681) --- apps/docs/content/guides/auth/social-login/auth-google.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/guides/auth/social-login/auth-google.mdx b/apps/docs/content/guides/auth/social-login/auth-google.mdx index b5c17ba322..361edb83d9 100644 --- a/apps/docs/content/guides/auth/social-login/auth-google.mdx +++ b/apps/docs/content/guides/auth/social-login/auth-google.mdx @@ -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! }