How to check if user verified email (Firebase Auth)

I want to use email verification, but how to check if user verified his/her email?

These blocks can help you.

Is there a more understandable way?
I didn’t even understand what it does and how it controls it.

Removed by Mod.

Welcome to the community. In the community you can only show links of videos in English

Just enable this setting in firebase.

I don’t need passwordless login. it says there are a number of settings for passwordless login. all i want to do is check if the email is verified or not.

that is the only method for email verification via firebase. If not you can use custom OTP to users email is another method for verifiation.

A less understandable way is to use the REST API which will return all the details in a users profile, including whether they have completed the verification.

https://firebase.google.com/docs/reference/rest/auth#section-get-account-info

1 Like