I'm trying to run cloud function on my local system for which I need to set some env variables. I'm following docs for env and for local development docs.
I'm trying to run my project via the following command:
node node_modules/@google-cloud/functions-framework --target=syncingredients --env-vars-file=.env.yaml
Where my .env.yaml looks like:
API_KEY: key
AUTH_DOMAIN: project.firebaseapp.com