CDA-API
Requirements
- Node 10+ (please use NVM)
## First steps
npm install -g firebase-tools
firebase login
cd functions
npm install
npm run serve
- Go to http://localhost:5001/cda-bithouse/us-central1/api
Deployment
- At the root directory execute
firebase deploy --only functions