Update build instructions for google-services.json

This commit is contained in:
Nick Manos
2024-05-29 14:26:15 -04:00
committed by Samuel Newman
parent 9f6e83cee4
commit 9e041eac54
+1 -1
View File
@@ -31,7 +31,7 @@ This is NOT required when developing for web.
- From inside the project directory:
- `bundler install` (this will install Cocoapods)
- After initial setup:
- Copy `google-services.json.example` to `google-services.json` or provide your own `google-services.json`. (A real firebase project is NOT required)
- Copy `google-services.json.example` to `google-services.json` and `google-services-dev.json.example` to `google-services-dev.json` or provide your own `google-services.json` files. (A real firebase project is NOT required)
- `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change
### Running the Native App