Help with Supabase OAuth for Sign-Up and Retrieving Birthdays [with Google]

My signup process with Oauth2 is working fine with Google, apart from my ability to retrieve the users birthday. I have added it in the scope on Google Cloud Platform and my supabase.auth.signInWithOAuth scope. However, it doesn't persist in the Supabase users table. What do I need to do to get it to persist?
Was this page helpful?