-
Notifications
You must be signed in to change notification settings - Fork 941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support verifyBeforeUpdateEmail in Auth Emulator #3424
Comments
Thanks for filing the issue! As shown in the error message, this feature is currently unimplemented in the Auth Emulator. We are unable to promise any timeline for this, but if others also have this request, adding a +1 on this issue can help us prioritize adding this to the roadmap. The Auth Emulator is also open source and feel free to create a Pull Request to help make it happen. (Googler-only internal tracking bug: b/190449864) |
verifyBeforeUpdateEmail()
Could you please provide an update on the progress of implementing the emulator testing feature? This is a commonly encountered use case and I am curious to know if there are any plans to include it in the future. Thank you! |
Hello dear Firebase team. Since other issues are getting closed as duplicates, and this one is kept alive, I would like to mention another usecase closely linked with this one, resulting with the same error message. In my case, I'm not relying on I believe |
This is now supported in release v13.17.0. |
[REQUIRED] Environment info
9.12.0
firebase-tools:
macOs
Platform:
[REQUIRED] Test case
I've provided an example in web for ease of illustration, but this is also a problem for iOS & android. This bugs stops verifyBeforeUpdateEmail() from being tested with the auth emulator for React Native Firebase & also Flutterfire as mentioned here.
[REQUIRED] Steps to reproduce
Add your project's firebase config to the
firebaseConfig
object.Run this code in your browser and press the "sign in" button. You will see the error in your Chrome console.
Comment out this line
firebase.auth().useEmulator("http://localhost:9099");
, refresh browser and click button again. Note there is no error in the console.[REQUIRED] Expected behavior
Same behaviour when using auth emulator and when not using auth emulator.
[REQUIRED] Actual behavior
internal error emanating from the auth emulator.
Error:
The text was updated successfully, but these errors were encountered: