@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
8 lines (5 loc) • 380 B
text/typescript
const appPackageJson = require('@react-native-firebase/app/package.json');
export const DEFAULT_TARGET_PATH = 'app/google-services.json';
export const googleServicesClassPath = 'com.google.gms:google-services';
export const googleServicesPlugin = 'com.google.gms.google-services';
export const googleServicesVersion = appPackageJson.sdkVersions.android.gmsGoogleServicesGradle;