Auto Populate information whenever we login

Hi All,

How to get the already entered information whenever I login.

Example: I entered name and age and the information stores in to realtime database, when I login with the same email id, I want the information entered to be displayed automatically.

Your input will be greatly appreciated.

Regards,
Sasi Preetha

When the user logs in then read the data stored in Firebase and display the values in labels in the the screen.

Thank you . Will do and come back if I face any challenges