© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
3 replies
touseef

Property 'signIn' does not exist on type 'SupabaseAuthClient'.

I am getting the following error
Property 'signIn' does not exist on type 'SupabaseAuthClient'.
Property 'signIn' does not exist on type 'SupabaseAuthClient'.
for this code:
export async function signInWithGoogle() {
  const { user, session, error } = await supabase.auth.signIn({
    provider: "google",
  });
}
export async function signInWithGoogle() {
  const { user, session, error } = await supabase.auth.signIn({
    provider: "google",
  });
}
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Property 'signIn' does not exist on type 'SupabaseAuthClient'.
SupabaseSSupabase / help-and-questions
4y ago
Property 'userStorage' does not exist on type 'SupabaseAuthClientOptions'
SupabaseSSupabase / help-and-questions
5mo ago
on().subscribe() - Property 'on' does not exist on type PostgrestQueryBuilder
SupabaseSSupabase / help-and-questions
4y ago
TS2339: Property  weak_password  does not exist on type
SupabaseSSupabase / help-and-questions
2y ago