MCPcopy Create free account
hub / github.com/firebase/quickstart-js / CustomWindow

Interface CustomWindow

auth/phone-invisible.ts:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19// We declare variables used on the window object
20// We use a custom interface to avoid these modifying the global Window type in other files
21interface CustomWindow extends Window {
22 signingIn?: boolean;
23 verifyingCode?: boolean;
24 confirmationResult?: ConfirmationResult | null;
25 recaptchaVerifier?: RecaptchaVerifier;
26 recaptchaWidgetId?: number;
27}
28
29declare const window: CustomWindow;
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected