I'm having some difficulty getting the user's name to flow into the 'users' Firebase document on account creation.
This is what my user flow looks like:
Login screen
Action on Google/Apple button click:
If the user doesn't have an account it will create one for them correctly but it won't feed through their full name into the User Document.
Am I doing something wrong here?