UNPKG

@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 (4 loc) 231 B
// This is fallback for when the platform is not with native SDKs. // In this case we use the web Firebase JS SDK. export { getReactNativeModule } from './nativeModuleWeb'; export { setReactNativeModule } from './nativeModuleWeb';