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 1e25ff2 commit 7acb14eCopy full SHA for 7acb14e
packages/auth/src/platform_node/index.ts
@@ -31,9 +31,9 @@ import { getDefaultEmulatorHost } from '@firebase/util';
31
32
// Initialize the fetch polyfill, the types are slightly off so just cast and hope for the best
33
FetchProvider.initialize(
34
- fetch as unknown as typeof fetch,
35
- Headers as unknown as typeof Headers,
36
- Response as unknown as typeof Response
+ fetch,
+ Headers,
+ Response
37
);
38
39
// First, we set up the various platform-specific features for Node (register
0 commit comments