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 bca9ce7 commit d31f27fCopy full SHA for d31f27f
packages-exp/analytics-compat/src/index.ts
@@ -15,7 +15,10 @@
15
* limitations under the License.
16
*/
17
18
-import firebase, { _FirebaseNamespace } from '@firebase/app-compat';
+import firebase, {
19
+ _FirebaseNamespace,
20
+ FirebaseApp
21
+} from '@firebase/app-compat';
22
import { FirebaseAnalytics } from '@firebase/analytics-types';
23
import { name, version } from '../package.json';
24
import { AnalyticsService } from './service';
@@ -25,7 +28,6 @@ import {
25
28
ComponentType,
26
29
InstanceFactory
27
30
} from '@firebase/component';
-import { FirebaseApp } from '@firebase/app-types';
31
import {
32
settings as settingsExp,
33
isSupported as isSupportedExp
0 commit comments