There appears to be an option to confirm email address in Firebase Web SDK3, see here (put your own project id in the link), but I can\'t find documentation for how to use i
Pretty well hidden but here you go: https://firebase.google.com/docs/reference/js/firebase.User#sendEmailVerification
Then you'll just need to check for emailVerified as part of your authentication flow.
emailVerified