README
Common lib for Firebase
this library provide common class to write and read data into Firebase for Grabber projects
Installation
npm i npm-common-lib-for-firebase
add firebase certificate into your root folder and name it
credential-firebase-adminsdk.json
Develop and test
To develop, we run:
npm run watch-ts
and in a separate terminal we run (open it in terminal debug for debbuging)
cd ../npm-common-lib-test
npm start
Deploy
npm version patch
npm run build
npm publish
Documentation
to build docs
npx typedoc --out ./docs src