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 8ba1816 commit 7a2a71fCopy full SHA for 7a2a71f
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