diff --git a/packages/firebase-analytics/index.d.ts b/packages/firebase-analytics/index.d.ts index 32cdc382..556fc798 100644 --- a/packages/firebase-analytics/index.d.ts +++ b/packages/firebase-analytics/index.d.ts @@ -1,4 +1,5 @@ -import { IAnalytics, EventParameter, ConsentType, ConsentStatus} from './common'; +import { IAnalytics, EventParameter, ConsentType, ConsentStatus } from './common'; +import { Firebase } from '@nativescript/firebase-core'; export * from './common';