applyCode
function in Firebase.The Function... | Does |
---|---|
sendEmailVerification() | Sends a verification email to a user. |
applyActionCode() | Applies the action code which changes emailVerified from false to true |
The above pretty much sums up how to use the email verification scheme with Firebase. So far, it stands as one of the simplest ways to verify email I have seen.
There's a bit of an extended explanation of the above example available on Email Verification with Firebase 3.0 SDK.