Hi everyone, so I've integrated google authentication to allow user to sign up using google login, however I can't seems to insert that user record in my user table in supabase using google login and ff fails to capture the user's email. Anyone know how might get to fix it?
Separately, I'm wondering if I should be using Auth Login or Auth Create for this case? Intuitively I would think it should be create but seems most of the info i look up on the net says Login instead
Million thanks in advance!