Serverless Express.js stack for an API server on Firebase Functions. Inspired by this Medium post.
- Automatically initializes
functions.config()from a localconfig.jsonfile. Includes module that provides the local copy if running insidefirebase serve --only functions. - Organized Express.js stack
- Convenient
postdeployandpredeployactions. - Code generation with hygen (Try:
npx hygen route new <name>) - OpenAPI integration with swagger-jsdoc. (See: Sample)