© 2026 Hedgehog Software, LLC
const { data, error } = await supabase.auth.signInWithIdToken({ provider: 'google', token: userInfo.data.idToken, })