@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
20 lines (19 loc) • 472 B
JavaScript
module.exports = {
dependency: {
platforms: {
android: {
packageImportPath: 'import io.invertase.firebase.app.ReactNativeFirebaseAppPackage;',
},
ios: {
scriptPhases: [
{
name: '[RNFB] Core Configuration',
path: './ios_config.sh',
execution_position: 'after_compile',
input_files: ['$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)'],
},
],
},
},
},
};