Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 675 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 675 Bytes

Meals To Go

Setting up full build

  1. Go to functions folder
  2. Make sure you have node 16 running or later (if later update the engine in package.json)
  3. Run yarn
  4. Login to firebase firebase login
  5. Set the correct project name in firebase.json
  6. Copy your firebase config and paste it in App.js so it connects to the right firebase app
  7. Create a .runtimeconfig.json with
{
    "stripe": {
        "key": "<empty>"
    },
    "google": {
        "key": "<empty>"
    }
}
  1. Run yarn serve in the firebase folder
  2. Run the Expo app
  3. Make sure env.js is set to mock mode real keys you want to test with (default to true on master).