sample google-services.json
This commit is contained in:
parent
8a2b0b9bc1
commit
485e62725c
2 changed files with 5 additions and 1 deletions
|
@ -30,6 +30,10 @@ git submodule update --init --recursive
|
|||
```
|
||||
* Install `react-native-cli` globally using `npm install -g react-native-cli`.
|
||||
* Install the required package modules by running `yarn` in the cloned repository folder.
|
||||
* Download a `google-services.json` from the Firebase console (https://console.firebase.google.com/) and place it in the `android/app` folder. Alternatively, use the included sample JSON file.
|
||||
```
|
||||
cp android/app/google-services.sample.json android/app/google-services.json
|
||||
```
|
||||
* Open Android Studio and click File > Open...
|
||||
* Navigate to the cloned repository on your local filesystem and select the `android` subfolder.
|
||||
* Connect your Android device in USB debugging mode, or create an ARM emulator (slower) to run the app.
|
||||
|
|
2
android
2
android
|
@ -1 +1 @@
|
|||
Subproject commit 1e0298d73a1407545a5771a94c043a215ccfc1a1
|
||||
Subproject commit e2d4852df7195b22fcbcabc4e66206ca09329498
|
Loading…
Reference in a new issue