I am totally new to Firebase (typically use sql), but I need to do a few things ---
- I have a register page with 2 fields
name, password
, and it is just using that auth feature in firebase
I need to add company name to that, as well as a couple of other custom fields. How do I do this?
Take a look at this picture to see the way it is set up in the auth feature in firebase:
How would I add those fields in there for when I create the user, and then also use them programatically?