Template for a Punch teambekendmaking Node.js application written in TypeScript connected to Firebase
To copy this template:
- Create a new firebase project.
- Create a realtime database and import
example-database.json
. - Change the
databaseURL
inFireBaseHelper.ts
tohttps://<project-name>.firebaseio.com/
- Add a webapp to firebase in the console
- Go to
settings --> Service accounts --> Firebase Admin SDK --> Generate new private key
to download yourserviceAccountKey.json
- Paste the contents to
serviceAccountKey.json
in your project (note that this is .gitignored).
npm run dev
npm run lint
docker build .