Send Email Verification

Use the sendEmailVerification method to send an email verification to the currently authenticated user.

Method

await FirebaseApp.firebaseAuth?.sendEmailVerification();

Parameters

  • None

Return

  • void: This method does not return a value.

This method sends a verification email to the currently authenticated user's email address.

Last updated