Skip to content

hayelomt/firebase-express-starter

Repository files navigation

firebase-express-starter

Starter boilerplate for firebase, with rest api backed by express written with TypeScript and testing with mocha

Instructions

  • Create and configure .env
    • cp .env.example .env
  • Create new firebase project
  • Generate serviceAccountKey from Project settings page
  • Run emulators
    • firebase emulators:start
  • Run application in watch mode
    • npm run dev
  • Run tests
    • npm run test

TODO

  • [ x ] Add unit testing
  • [ x ] Add testing coverage report
  • [ x ] Add Authentication
  • [ ]
  • Add testing for utility functions

About

Starter boilerplate for firebase, with rest api backed by express and in TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published