Is there a way to send the email verification email from my server ?
This is how it\'s done on the client:
authData.sendEmailVerification().then(func
I just came across the same problem as you. There is a function to generate the verification link using user's email address.
I used this function on an array of email addresses, then load the result to my mail automation API to send mails out. This function is weirdly not documented:
admin.auth().generateEmailVerificationLink([EMAIL_ADDRESS])