deer social fork for personal usage. but you might see a use idk. github mirror

Update build instructions for google-services.json

authored by Nick Manos and committed by Elijah Seed-Arita 6ab4471c 8d7324ce

Changed files
+1 -1
docs
+1 -1
docs/build.md
··· 31 31 - From inside the project directory: 32 32 - `bundler install` (this will install Cocoapods) 33 33 - After initial setup: 34 - - Copy `google-services.json.example` to `google-services.json` or provide your own `google-services.json`. (A real firebase project is NOT required) 34 + - 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) 35 35 - `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change 36 36 37 37 ### Running the Native App