Firebase SDK for Cloud Functions
Firebase SDK for Cloud Functions observed · 2026-09-01
Health v2 · maintenance only
98/100
- Activity 100
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14.0
- age_days: 3632
- days_rel: 36
- days_push: 2
- n_releases_24m: 27
Adoption not part of the score
1066 stars · 232 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Cloud Functions for Firebase is a serverless framework that runs JavaScript, TypeScript, Python, and (experimentally) Dart backend code in response to events like HTTPS requests, Firestore/Realtime Database changes, Auth triggers, and scheduled jobs. The associated repositories provide the functions SDK and a large library of quickstart and sample apps demonstrating each trigger type.
Use cases
- run backend code in response to firestore events
- create https api endpoints without managing servers
- trigger functions on firebase auth user signup
- process cloud storage file uploads automatically
- schedule recurring jobs with cloud scheduler
- build callable functions for flutter apps in dart
- stream responses from callable functions to clients
When to choose
- you already use Firebase and want event-driven backend logic integrated with its services
- you want zero-maintenance autoscaling functions on Google Cloud infrastructure
- you want official samples and quickstarts for every trigger type in Node, Python, or Dart
When to avoid
- you need long-running or compute-heavy workloads unsuited to function timeouts
- you want to avoid the Blaze pay-as-you-go billing plan required for deployment
- you need a self-hosted or cloud-provider-agnostic serverless solution
Facets
framework · maturity active
serverless web-framework api-framework webhook sdk workflow-automation cloud-computing backend web-development apis developer-tools python cloud serverless cross-platform firebase google-cloud cloud-functions faas event-driven samples quickstarts nodejs
2 sources
- readme: https://github.com/firebase/firebase-functions · fetched 2026-09-01 · 41382117b1a1
- homepage: https://firebase.google.com/docs/functions/ · fetched 2026-08-29 · 0c320e04955f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| firebase/firebase-functions | main | 98 |
| firebase/functions-samples | examples | 77 |
For agents
markdown · JSON · MCP: product_card(name="firebase/firebase-functions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem