@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) • 302 B
TypeScript
import { withApplyGoogleServicesPlugin } from './applyPlugin';
import { withBuildscriptDependency } from './buildscriptDependency';
import { withCopyAndroidGoogleServices } from './copyGoogleServices';
export { withBuildscriptDependency, withApplyGoogleServicesPlugin, withCopyAndroidGoogleServices };