@react-native-firebase/app
Version:
A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto
4 lines • 470 B
TypeScript
export declare const checkV9Deprecation: (modularFunction: () => void, nonModularFunction: () => void) => void;
export type CheckV9DeprecationFunction = (modularFunction: () => void, nonModularFunction: () => void, methodNameKey: string, uniqueMessage?: string | null, ignoreFirebaseAppDeprecationWarning?: boolean) => void;
export declare const createCheckV9Deprecation: (moduleNames: string[]) => CheckV9DeprecationFunction;
//# sourceMappingURL=unitTestUtils.d.ts.map