Use the applyActionCode method to apply a verification code sent to a user's email.
applyActionCode
final success = await FirebaseApp.firebaseAuth?.applyActionCode(actionCode);
actionCode (String): The verification code sent to the user's email.
String
bool: Returns true if the action code was successfully applied.
true
This method verifies and applies the action code sent to the user's email, confirming the action associated with the code.
Last updated 1 year ago