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.
2 parents fa70d0a + 06189de commit b756c63Copy full SHA for b756c63
packages/app/index.ts
@@ -21,7 +21,7 @@ import { isNode, isBrowser } from '@firebase/util';
21
import { logger } from './src/logger';
22
import { registerCoreComponents } from './src/registerCoreComponents';
23
24
-// Firebase Lite detection test
+// Firebase Lite detection test test test
25
// eslint-disable-next-line @typescript-eslint/no-explicit-any
26
if (isBrowser() && (self as any).firebase !== undefined) {
27
logger.warn(`
0 commit comments