0.1.0 • Published 2 years ago
expo-firebase-app-distribution v0.1.0
expo-firebase-app-distribution
Expo plugin for firebase app distribution
Installation
Npm:
$ npm install --save expo-firebase-app-distribution @react-native-firebase/app @react-native-firebase/app @react-native-firebase/app-distribution Yarn:
$ yarn add expo-firebase-app-distribution @react-native-firebase/app @react-native-firebase/app @react-native-firebase/app-distributionAdd plugins to your app.json:
{
"expo": {
"android": {
"googleServicesFile": "./google-services.json",
"package": "com.mycorp.myapp"
},
"ios": {
"googleServicesFile": "./GoogleService-Info.plist",
"bundleIdentifier": "com.mycorp.myapp"
},
"plugins": [
"@react-native-firebase/app",
"expo-firebase-app-distribution"
]
}
}Usage
Please refer to React Native Firebase App Distribution docs.
0.1.0
2 years ago