@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
5 lines • 515 B
TypeScript
export declare const APP_NATIVE_MODULE = "RNFBAppModule";
export declare const DEFAULT_APP_NAME = "[DEFAULT]";
export declare const KNOWN_NAMESPACES: readonly ["appCheck", "appDistribution", "auth", "analytics", "remoteConfig", "crashlytics", "database", "inAppMessaging", "installations", "firestore", "functions", "indexing", "storage", "messaging", "naturalLanguage", "ml", "notifications", "perf", "utils"];
export type KnownNamespace = (typeof KNOWN_NAMESPACES)[number];
//# sourceMappingURL=constants.d.ts.map