When I added a "Create Account" page, only the fields for "Email," "Password," and "Confirm Password" are displayed.
I want to add additional fields such as "Name," "Phone Number," and "Birthday" to this page.
However, after adding these fields, I get a Firestore update error:
"Can only create a 'user' document via Authentication action."
Has anyone successfully added these fields to the "Create Account" page and resolved this issue?
Any advice or solutions would be greatly appreciated!