We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0241ba4 commit d486d34Copy full SHA for d486d34
packages/auth/src/platform_browser/strategies/popup.ts
@@ -52,7 +52,7 @@ import { getModularInstance } from '@firebase/util';
52
* https://firebase.google.com/docs/auth/extend-with-blocking-functions#understanding_blocking_functions
53
*/
54
export const enum _Timeout {
55
- AUTH_EVENT = 8000
+ AUTH_EVENT = 2000
56
}
57
export const _POLL_WINDOW_CLOSE_TIMEOUT = new Delay(2000, 10000);
58
0 commit comments