Firebase user authentication

Asked

Viewed 84 times

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 answer

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

You are not signed in. Login or sign up in order to post.