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
You can use :
axios.post('https://identitytoolkit.googleapis.com/v1/accounts:sendOobCode?key=[API_KEY]', { requestType: 'VERIFY_EMAIL', idToken: response.data.idToken } )
https://firebase.google.com/docs/reference/rest/auth#section-send-email-verification