0

Has anyone tried the new Email Verification feature of Firebase 3 with angularfire? I am unable to see any documentation in their github site on its usage - https://github.com/firebase/angularfire/

1 Answer 1

1

There is currently no integration of Email verification in AngularFire.

Luckily it is trivial to do this on the regular Firebase SDK for JavaScript:

firebase.auth().currentUser.sendEmailVerification()

Also see this sendEmailVerification() method in the Firebase Auth quickstart.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.