This is a starter repository for who wants to start a Nest API project and host it with Firebase Cloud Functions.
First of all, you need to set the Firebase project inside .firebaserc, to do so just replace <project-id>. Then, you need the following tools installed globally.
- To build the app
$ npm run build
- To run the server
$ npm run serve
- To run the server for development
$ npm run serve:dev
- To deploy it to Firebase
$ npm run deploy
If you have problemas, read this artlice about making this repository, which have some troubleshooting tips.