© 2026 Hedgehog Software, LLC
Property 'signIn' does not exist on type 'SupabaseAuthClient'.
export async function signInWithGoogle() { const { user, session, error } = await supabase.auth.signIn({ provider: "google", }); }