Build | Branch |
---|---|
Full Build | master |
Full Mock Build | full-mock |
Full Mock Build With Polish | full-mock-with-polish |
- Go to
functions
folder - Run
yarn
- Login to firebase
firebase login
- Set the correct project name in
firebase.json
- Set your firebase config in
App.js
- Run
firebase functions:config:set stripe.key=<your key>
7 In the firebase folder runfirebase functions:config:get > .runtimeconfig.json
- Run
yarn serve
in the firebase folder - Run the Expo app
- Make sure
env.js
is set to mock mode unless you have google keys.