firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

FR: admin.auth().generateVerifyAndChangeEmailLink()

Open marchbox opened this issue 4 years ago • 0 comments

Feature request

The JS API includes firebase.auth().currentUser.verifyBeforeUpdateEmail() method. This is a great way to make sure the ownership of the new email, also avoid inability to sign in in case the user made a typo when changing their email.

But currently there's no way to customize the email template for this. Also the custom email action handler is not well documented (on this page, no mention of the mode verifyAndChangeEmail).

Would be great if, in the admin SDK, there was firebaseAdmin.auth().generateVerifyAndChangeEmailLink().

marchbox avatar Oct 23 '21 06:10 marchbox