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 0df8d89 commit 02b3b81Copy full SHA for 02b3b81
packages/auth/src/platform_browser/strategies/popup.ts
@@ -52,6 +52,7 @@ export const enum _Timeout {
52
AUTH_EVENT = 2000
53
}
54
export const _POLL_WINDOW_CLOSE_TIMEOUT = new Delay(2000, 10000);
55
+export const _POLL_WINDOW_CLOSE_TIMEOUT2 = new Delay(2000, 10000);
56
57
/**
58
* Authenticates a Firebase client using a popup-based OAuth authentication flow.
0 commit comments