expo-firebase-app-distribution
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

npm License: MIT CI Status

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-distribution

Add 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.

Package Sidebar

Install

npm i expo-firebase-app-distribution

Weekly Downloads

9

Version

0.1.0

License

MIT

Unpacked Size

7.19 kB

Total Files

7

Last publish

Collaborators

  • nbottarini