I use the firebase email and password authentication feature, but wanted to get more user info as a phone. Can you do this?
I use the firebase email and password authentication feature, but wanted to get more user info as a phone. Can you do this?
You have to use this together with the Firebase Database. Auth data can not insert custom keys.
Create a call to the database, and when you log in the user, add his or her extra information inside a reference in the database.