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

7 lines (6 loc) 273 B
// We need to share firebase imports between modules, otherwise // apps and instances of the firebase modules are not shared. import 'firebase/app'; export { getApp } from 'firebase/app'; export * from 'firebase/installations'; export { makeIDBAvailable } from './memidb';