SupabaseS
Supabase11mo ago
Anaxes

Database error saving new user - Google Provider

Hi guys,

New to supabase here. I am currently trying to implement Google OAuth on iOS through supabase and react-native (expo).

Currently encoutering an error "Database error saving new user", when running:

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


The userInfo.data.idToken is valid and confirmed by jwt decoder.
image.png
Was this page helpful?