0
I use the firebase password and email authentication feature, but I wanted to get more user info as a phone. You can do this?
0
I use the firebase password and email authentication feature, but I wanted to get more user info as a phone. You can do this?
1
You have to use this together with the Firebase Database. Auth data cannot insert custom keys.
Create a call to the database, and when logging in the user, add the extra information inside a reference in the database.
Browser other questions tagged firebase
You are not signed in. Login or sign up in order to post.