-
From the top-level, run the following command:
yarn check-config --allThis 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 12Use nvm to switch your current version of node to the same one in the
enginessection ofpackage.json. -
npm install -
npm run deploy
nvm use 12npm installnpm run serve