Add sendEmailVerification(beforeUpdatingEmail:) link generation to Admin SDK
On iOS and Android, Firebase has a method that allows the user to change their email that first requires them to verify ownership. It would be very useful to have link generation for this in the Admin SDK, so that developers can take advantage of the existing code for this.
Implementing similar behavior with the current Admin SDK email verification links is fairly complicated, since it requires creating a temporary account with the new email.
1
vote