I made a register app in Android studio. For that I used firebase authentication method. When registering, the user has to enter his name, phone number, password and email. enter image description here
In authentication only the email is saved. enter image description here
If I can change this data to real time database I can save all the details. How to do it? I want a way to convert the details taken from this Authentication to a real time database. thank you.