I'm building an Android app and I want my users to be Auth then added to the database. For now I'm only doing the Auth with an email and password, then I click register and the user is created in the Auth section in the Firebase console.
But I also want my users to be added in the database. I want to add more fields (such as name, address etc) which will be stored in the users database in Firebase.
I just don't really see how to do that. Anyone could explain please?
Thanks!