Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Web
Description
In the past I've created this issue: #11534 , which apparently the cause was this: #11233.
I have tested now and it reproduced, and while I was trying to talk to local emulators, it kept talking to prod. I could notice the following while debugging: The call to useAuthEmulator skipped due to the condition if (origin == emulatorOrigin) {, which evaluated to true.
Anyway after clearing storage data through browser "inspect" -> Application, it worked. so the problem has apparently re-surfaced.
Reproducing the issue
See previous issue - it's the same thing.
Firebase Core version
4.14.0
Flutter Version
3.47.2
Relevant Log Output
Flutter dependencies
Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Web
Description
In the past I've created this issue: #11534 , which apparently the cause was this: #11233.
I have tested now and it reproduced, and while I was trying to talk to local emulators, it kept talking to prod. I could notice the following while debugging: The call to
useAuthEmulatorskipped due to the conditionif (origin == emulatorOrigin) {, which evaluated to true.Anyway after clearing storage data through browser "inspect" -> Application, it worked. so the problem has apparently re-surfaced.
Reproducing the issue
See previous issue - it's the same thing.
Firebase Core version
4.14.0
Flutter Version
3.47.2
Relevant Log Output
Flutter dependencies
Expand
Flutter dependenciessnippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.Additional context and comments
No response