powered by
Send email verification
send_email_verification(id_token)
A named list with the following items:
email: The email of the account.
email
error:
error
NULL if no error code in response
NULL
A list of 2 if response was an error:
code: Error code
code
message: Error message
message
The Firebase ID token of the user to verify.
Visit Firebase Auth REST API docs for more details
if (FALSE) { send_email_verification("id-token-goes-here") }
Run the code above in your browser using DataLab