The current email logins don't verify if the email is valid or not. In order to prevent invalid, unverified emails from taking up storage space in Firebase Auth, use Firebase Auth's passwordless sign-in using email links. This would also remove the need for passwords, ensuring better user security.
Reference: Firebase Auth Docs
The current email logins don't verify if the email is valid or not. In order to prevent invalid, unverified emails from taking up storage space in Firebase Auth, use Firebase Auth's passwordless sign-in using email links. This would also remove the need for passwords, ensuring better user security.
Reference: Firebase Auth Docs