- Copy
.env.exampleto.envand set variables npx netlify linknpm run netlify- Open http://localhost:8888/
- Go to your account settings
- At the bottom of the page, click "Register a new app"
- Name it something like
bm_autodial_dev - Use
http://localhost:8888as the redirect and post-deauthorize callback urls - Copy the client ID into your
.env.localfile
Install the global firebase CLI:
npm install -g firebase-toolsLogin with [email protected]:
firebase loginRun tests:
cd functions/
npm run testServe the function locally:
firebase serve --only functions