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) 187 B
// We need to share firebase imports between modules, otherwise // apps and instances of the firebase modules are not shared. export * from 'firebase/app'; export * from 'firebase/auth';