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 6025cbc commit 4b53371Copy full SHA for 4b53371
packages/app-compat/src/index.ts
@@ -38,7 +38,8 @@ try {
38
`);
39
40
// eslint-disable-next-line
41
- const sdkVersion = ((globals as any).firebase as FirebaseNamespace).SDK_VERSION;
+ const sdkVersion = ((globals as any).firebase as FirebaseNamespace)
42
+ .SDK_VERSION;
43
if (sdkVersion && sdkVersion.indexOf('LITE') >= 0) {
44
logger.warn(`
45
Warning: You are trying to load Firebase while using Firebase Performance standalone script.
0 commit comments