Skip to content
This repository was archived by the owner on Jan 7, 2019. It is now read-only.

Specify where to find the right appid for firebase #128

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions react-native/setup/setup_firebase_multiple_envs.mo.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ On Android, Firebase groups the different configurations in one file.
1. Go to the [Firebase console](https://console.firebase.google.com/)
2. Select your project
3. Click "Add an application", choose Android
4. Fill in the form (giving a name like `Staging`), click save, and close the window
5. Repeat steps 3 to 4 for all your environments
5. Download the `google-services.json` file
4. Fill in the form :
1. Give a name like `Staging`
2. Give the app identifier. You must use the same as the one which is specified in your *.env* file
5. Click save
6. Close the window
7. Repeat steps 3 to 6 for all your environments
8. Download the `google-services.json` file
1. Select one of the Android applications
2. Click on "google-services.json"
6. Put `google-services.json` in your `app` folder (`android/app` in React-Native)
7. You might want to add `google-services.json` in your `.gitignore`
9. Put `google-services.json` in your `app` folder (`android/app` in React-Native)
10. You might want to add `google-services.json` in your `.gitignore`

![steps](assets/firebase_android.png)

Expand Down