Skip to content

Files

Latest commit

67c43f2 · Feb 22, 2022

History

History
This branch is up to date with jthegedus/firebase-gcp-examples:main.

functions-express

README.md

Express.js & Cloud Functions for Firebase

HTTP Cloud Functions share slightly modified request/response objects to the popular Node.js server package, Express.js. This allows us to pass through an existing Express app to the Cloud Function and have it pass the compatible req/res objects to our server.

This allows for familiar API development with the use of existing middleware and authentication models.

The accompanying Medium post.

Install & Run

# Install
yarn
# Locally serve
yarn serve
# Deploy
yarn deploy