Skip to content

Commit 9a5cb7d

Browse files
bug(analytics): add missing Firebase import from analytics index.d.ts (#39)
1 parent 27da4dc commit 9a5cb7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firebase-analytics/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { IAnalytics, EventParameter, ConsentType, ConsentStatus} from './common';
1+
import { IAnalytics, EventParameter, ConsentType, ConsentStatus } from './common';
2+
import { Firebase } from '@nativescript/firebase-core';
23

34
export * from './common';
45

0 commit comments

Comments
 (0)