-
Notifications
You must be signed in to change notification settings - Fork 120
[Bug] Auth Emulator Support Doesn't Seem To Work On Windows #1530
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
Comments
@brianmichel I'd like to have two more information about your setup
Thanks. |
Hey @cynthiajoan any thoughts here? |
Hmmm, can you provide a minimum repro project, or try to use the testapp https://github.com/firebase/quickstart-cpp/tree/main/auth/testapp to repro the problem? |
I'll give the test app a try! |
Hey @brianmichel. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @brianmichel if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
I've set the environment variable
USE_AUTH_EMULATOR
in my power shell and I'm attempting to run an application that embeds the Firebase SDK into it. I see my test code correctly read out the value ofUSE_AUTH_EMULATOR
from the environment so I do believe the program is picking up the correct environment values, but I don't see requests made to my local emulators, no logs are generated on the emulator side, and signing into an account that has been stored in the emulation environment also fails.Steps to reproduce:
$env:USE_AUTH_EMULATOR = "true"
What happened? How can we make the problem occur?
The application continued to use the regularly configured Firebase environment in the cloud, and not the emulators.
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
Relevant Code:
https://github.com/thebrowsercompany/firebase-cpp-sdk/blob/dece3ca27997a620098eaf1734011869228b5a44/auth/src/desktop/rpcs/auth_request.cc#L96-L116
The text was updated successfully, but these errors were encountered: