Firebase user authentication

0

I use the firebase email and password authentication feature, but wanted to get more user info as a phone. Can you do this?

    
asked by anonymous 23.07.2017 / 01:27

1 answer

1

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.

    
27.07.2017 / 15:42