- Go to
functionsfolder - Make sure you have node 16 running or later (if later update the engine in package.json)
- Run
yarn - Login to firebase
firebase login - Set the correct project name in
firebase.json - Copy your firebase config and paste it in
App.jsso it connects to the right firebase app - Create a
.runtimeconfig.jsonwith
{
"stripe": {
"key": "<empty>"
},
"google": {
"key": "<empty>"
}
}
- Run
yarn servein the firebase folder - Run the Expo app
- Make sure
env.jsis set to mock mode real keys you want to test with (default to true on master).