API using Firebase Functions and Firestore. The project was developed using the package firebase-backend to help with the management and maintainable of Firebase Functions and Firestore Triggers in the backend.
npm install
npm run start
The launch.json
file was set to debug the app in VSCode.
After start the app, press F5 to start debugging, and you will be able to add some breakpoints and debug the source code when needed.
For more details check the API documentation.