johnson
johnson

Reputation: 131

How to check a newly created user in Firebase console

i used the firebase email and password authentication android technique to create a new user in my project. Everything seems to be working fine but after creating a new user, i checked the console to see if the user's email and password will be displayed. I don't know where it has been stored.

Thanks

Upvotes: 2

Views: 2790

Answers (1)

Ajay Reddy
Ajay Reddy

Reputation: 1493

Go to Firebase -> Click on your project -> Click on develop tab on the left and you can see Authentication button -> Click on Authentication and it will open up a table as shown in the screenshot enter image description here

the identifier field shows the email address

Upvotes: 4

Related Questions