[Vuejs]-Firebase google signin emailVerified always true

3👍

You can’t set that flag. It’s managed by Firebase Auth. My guess for the reason that it’s always set true by default (for Google auth, as you imply here) is that Google manages the email verification scheme for their own accounts. You can be sure that, if you get an email address for a Google account, the email does in fact work and belong to the user.

2👍

As i can see that you are using google login , So if someone logins through google the email is already verified . If you want to send verification mail use email/password signin .

Leave a comment