-
From the top-level, run the following command:
yarn check-config --all
This will make sure that all required values are deploy correctly. We use [
functions.config()
] to get configuration values that are set from the previous command. -
Navigate to the ./functions directory
-
nvm use 12
Use nvm to switch your current version of node to the same one in the
engines
section ofpackage.json
. -
npm install
-
npm run deploy
nvm use 12
npm install
npm run serve