We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65084a commit eea574fCopy full SHA for eea574f
packages/auth/src/core/auth/emulator.ts
@@ -97,8 +97,8 @@ export function connectAuthEmulator(
97
authInternal.emulatorConfig = emulatorConfig;
98
authInternal.settings.appVerificationDisabledForTesting = true;
99
100
+ // Workaround to get cookies in Firebase Studio
101
if (isCloudWorkstation(host)) {
- // Workaround to get cookies in Firebase Studio
102
void pingServer(`${protocol}//${host}${portStr}`);
103
} else if (!disableWarnings) {
104
emitEmulatorWarning();
0 commit comments