We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b0b44 commit 57caf91Copy full SHA for 57caf91
packages/analytics/src/factory.ts
@@ -38,12 +38,12 @@ import { ANALYTICS_ID_FIELD } from './constants';
38
import { AnalyticsError, ERROR_FACTORY } from './errors';
39
import { FirebaseApp } from '@firebase/app-types';
40
import { FirebaseInstallations } from '@firebase/installations-types';
41
-import {
42
- isIndexedDBAvailable,
43
- validateIndexedDBOpenable,
44
- areCookiesEnabled,
45
- isBrowserExtension
46
-} from '@firebase/util';
+// import {
+// isIndexedDBAvailable,
+// validateIndexedDBOpenable,
+// areCookiesEnabled,
+// isBrowserExtension
+// } from '@firebase/util';
47
48
/**
49
* Maps gaId to FID fetch promises.
0 commit comments