1234567891011121314151617181920212223242526272829 |
-
- import { FirebaseApp } from '@firebase/app';
- import { _FirebaseInstallationsInternal } from '@firebase/installations';
- export declare function getFakeApp(fakeAppParams?: {
- appId?: string;
- apiKey?: string;
- measurementId?: string;
- }): FirebaseApp;
- export declare function getFakeInstallations(fid?: string, onFidResolve?: Function): _FirebaseInstallationsInternal;
- export declare function getFullApp(fakeAppParams?: {
- appId?: string;
- apiKey?: string;
- measurementId?: string;
- }): FirebaseApp;
|