Skip to content

This is a utility software in webapi restfull format for firebase to submit data files in json format to a firestore database.

License

Notifications You must be signed in to change notification settings

avm-sistemas/avm-firestore-uploader

Repository files navigation

FIRESTORE UPLOADER

Description

This is a utility software in webapi restfull format for firebase to submit data files in json format to a firestore database.

Project setup

$ npm install

Configure your Firebase App

  • 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

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Swagger

# swagger endpoint
$ http://localhost:3000/docs

License

GNU GENERAL PUBLIC LICENSE.

GitAds Sponsored

Sponsored by GitAds

About

This is a utility software in webapi restfull format for firebase to submit data files in json format to a firestore database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published