Search code examples
firebasefirebase-authenticationfirebase-console

How can I know whether the user's email is verified in Firebase Console?


How can I know whether the user's email is verified in Firebase Console? The users were sent emails to verify their emails, but some users didn't activate them. When I look in Firebase Console, I don't see the difference between who verified their emails and who did not. So I need to know who verified their email and who did not.


Solution

  • There is currently no way to see if a user's email address has been verified in the Firebase console. You will have to write code for that, using the Admin SDK to get the user's profile or a list of all users.