To verify the email address for a user call user. sendEmailVerification() . If you want to check whether an email address is already in use before registering the user, the Firebase Admin SDK has a method to look up a user by their email address: admin. auth() .
Read moreHow do you check if a user is signed in Firebase?
How do I detect if a user is already logged in Firebase?
Read more