I\'m trying to send the verification email after the user is created. Since there\'s no way on Firebase itself, I\'m trying it with cloud functions.
I cannot really
There are two possibilities to send an "email verification" email to a user:
Note that the second option with the Admin SDKs is not exactly similar to the first option with the Client SDKs: in the second option you need to send the email through your own mechanism, while in the first case, the email is automatically sent by the Firebase platform
If you'd like that ability to be added to the Admin SDK, I'd recommend you file a feature request.