-
Install gcloud cli
- Deploy
gcloud functions deploy ynab --source=gcf-ynab --trigger-http --runtime=nodejs10 --memory=1024mb
https://firebase.google.com/docs/functions/get-started
firebase functions:config:get | ac .runtimeconfig.json
The new ynab imported will use cloud run. For this the code will actually be dockerized.
Create a copy of the enviroment/sample with the name local.json and fill the configs
https://cloud.google.com/cloud-build/docs/build-debug-locally
install choco install gcloudsdk
run $ npm start