This is a utility software in webapi restfull format for firebase to submit data files in json format to a firestore database.
$ npm install-
Go to Configuration Section at Google Firebase
- Create a Service Account
- Generate Private Key
- Put it on /src/config/adminsdk.json
-
Open Goggle Cloud Console
- Select your project
- Go to API section
- Activate Google Firestore api
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov# swagger endpoint
$ http://localhost:3000/docs