Skip to content

docs(node): Express and Firebase Functions quickstarts#248

Closed
moss-bryophyta wants to merge 18 commits into
mainfrom
moss/node-express-firebase-quickstarts
Closed

docs(node): Express and Firebase Functions quickstarts#248
moss-bryophyta wants to merge 18 commits into
mainfrom
moss/node-express-firebase-quickstarts

Conversation

@moss-bryophyta

Copy link
Copy Markdown
Contributor

Replaces the generic Node.js quickstart with two framework-specific quickstarts:

  • Express Quickstart — tailored for Express with middleware patterns
  • Firebase Functions Quickstart — covers onRequest and onCall functions, Firebase secrets, emulator testing, and predeploy setup

The old quickstart.mdx was already Express-based, so the Express version is a cleaned-up version of it. The Firebase version is new and covers Firebase-specific patterns like secrets management, callable functions, and the emulator workflow.

Closes request from Ernest.

@moss-bryophyta
moss-bryophyta requested a review from a team as a code owner April 21, 2026 23:45
@moss-bryophyta
moss-bryophyta enabled auto-merge (squash) April 21, 2026 23:45
The middleware pattern (withGT in app.use) loses async local storage
context before route handlers execute. Move withGT to wrap handler
logic directly, matching the Firebase quickstart pattern.
@moss-bryophyta

Copy link
Copy Markdown
Contributor Author

Closing stale docs PR — docs review is moving to a linter-based workflow going forward, and this backlog is now out of date (per Taylor). Keeping #372 and #373.

auto-merge was automatically disabled July 17, 2026 18:09

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant