-
Notifications
You must be signed in to change notification settings - Fork 893
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
Auth emulator not used with currentUser.linkWithPopup #4879
Comments
Hi @patelnav, thanks for the report and apologies for the delay in response. I was able to replicate the issue where While I'm still investigating the issue, could you check and provide any error logs generated from the browser console? |
Hi @patelnav, I've filed an internal bug for this issue, however we can't provide definite timelines or details for when it will be fixed. You may keep an eye out on our release notes or check this issue thread for any updates in the future. |
Hey sorry, meant to follow up on your request for error logs. There are no error logs pertaining to this as far as I can tell. Please do prioritize this bug appropriately. It makes it very difficult to test escalation of anonymous users to logged in ones without a fix. Thanks! |
For internal reference: the internal bug is b/188039872. |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
currentUser.linkWithPopup doesn't use auth emulator, instead going to accounts.google.com
Steps to reproduce:
Enable emulator using auth.useEmulator(...)
Login with auth.signInAnonymously()
Attempt to link with popup
PROBLEM:
Note:
javascript auth.signInWithPopup(new firebase.auth.GoogleAuthProvider())
(skipping anonymous login) works as desired:The text was updated successfully, but these errors were encountered: