Skip to content

Conversation

@ssbushi
Copy link
Contributor

@ssbushi ssbushi commented Jan 29, 2021

Description

Fixes #3070. Tests are pending. Drafting a PR to clarify a few things.

Scenarios Tested

Manually tested creating an account, updating email and using the oobLink to reset email.

Sample Commands

await firebase.auth().createUserWithEmailAndPassword('[email protected]', 'testing');
await firebase.auth().currentUser?.updateEmail('[email protected]');

HTTP GET http://localhost:9099/emulator/v1/projects/project-test/oobCodes

@google-cla google-cla bot added the cla: yes Manual indication that this has passed CLA. label Jan 29, 2021
@ssbushi ssbushi requested a review from yuchenshi January 29, 2021 16:21
@ssbushi ssbushi requested a review from yuchenshi February 10, 2021 15:13
Copy link
Member

@yuchenshi yuchenshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General approach LGTM. See blocking comments below and tests please.

@ssbushi ssbushi requested review from yuchenshi and removed request for yuchenshi February 12, 2021 21:44
@ssbushi ssbushi marked this pull request as ready for review February 17, 2021 17:41
@ssbushi ssbushi requested a review from yuchenshi February 17, 2021 17:41
Copy link
Member

@yuchenshi yuchenshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with nits

@ssbushi ssbushi dismissed yuchenshi’s stale review February 17, 2021 18:45

Changes implemented

@ssbushi ssbushi requested a review from yuchenshi February 17, 2021 18:45
This was referenced Mar 12, 2021
devpeerapong pushed a commit to devpeerapong/firebase-tools that referenced this pull request Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Manual indication that this has passed CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oobCode not appearing after updateEmail is called while using emulators

2 participants