ExpressJS based boilerplate with firebase admin and typescript integration
- Install dependencies using either
yarnornpm i - Create a firebase account
- Go to project settings
- Go to the service account tab
- Generate new private key
- Download the private key. The private key is a
.jsonfile. - Replace the private key
.jsonfile in./firebase-configwith your own private key.jsonfile. Update the import of the private key infirebase.tsto your private key. - Go to
firebase.tsand update theDATABASE_URLwith the url to your firebase realtime db.