View source: R/send_email_verification.R
send_email_verification | R Documentation |
Send email verification
send_email_verification(id_token)
id_token |
The Firebase ID token of the user to verify. |
Visit Firebase Auth REST API docs for more details
A named list with the following items:
email
: The email of the account.
error
:
NULL
if no error code in response
A list of 2 if response was an error:
code
: Error code
message
: Error message
## Not run:
send_email_verification("id-token-goes-here")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.