| Build | Branch |
|---|---|
| Full Build | master |
| Full Mock Build | full-mock |
| Full Mock Build With Polish | full-mock-with-polish |
- Go to
functionsfolder - 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 servein the firebase folder - Run the Expo app
- Make sure
env.jsis set to mock mode unless you have google keys.