Supabase Google OAuth with birthdate
Hi, I'm trying to get the birth date of a user who signs in with the Google provider.
I added as specified by Google their auth scope for birthday information:
In Supabase, I'm getting all the data correctly in the returned JSON object, however no birth date is visible.
I also checked that this isn't just because I'm looking at it from the
I'm not sure if this is a Supabase issue or Google issue.
I saw this similar post, however seems inconclusive:
help-and-questionsHelp with Supabase OAuth for Sign-Up and Retrieving Birthdays [with Google]
Any help appreciated, cheers.
I added as specified by Google their auth scope for birthday information:
https://www.googleapis.com/auth/user.birthday.readIn Supabase, I'm getting all the data correctly in the returned JSON object, however no birth date is visible.
I also checked that this isn't just because I'm looking at it from the
auth.users table and I used a database function to insert the full returned data into a column, still can't see birth date.I'm not sure if this is a Supabase issue or Google issue.
I saw this similar post, however seems inconclusive:
help-and-questionsHelp with Supabase OAuth for Sign-Up and Retrieving Birthdays [with Google]
Any help appreciated, cheers.

