Ross ROSS = Recommend OSS · open-source software intelligence for agents

firebase/firebase-admin-node

Firebase Admin Node.js SDK observed · 2026-08-28

github.com/firebase/firebase-admin-node · homepage · TypeScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • 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: 26.0
  • age_days: 3459
  • days_rel: 14
  • days_push: 7
  • n_releases_24m: 21

Full methodology

Adoption not part of the score

1747 stars · 419 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

The Firebase Admin Node.js SDK is the official server-side library for accessing Firebase services (Authentication, Realtime Database, Cloud Messaging, Firestore, Cloud Storage) from privileged environments. It lets backend code perform admin-privileged operations like minting and verifying auth tokens, managing users, and sending push notifications.

Use cases

  • verify firebase id tokens on my node.js server
  • send firebase cloud messaging push notifications from backend
  • manage firebase auth users programmatically
  • read and write realtime database with admin privileges
  • mint custom firebase auth tokens
  • build an admin console to look up user data
  • access firestore and cloud storage from a server

When to choose

  • you need privileged server-side access to Firebase services in Node.js
  • you want to verify Firebase auth tokens or manage users from a backend
  • you need to send FCM messages without using the FCM server protocols directly

When to avoid

  • you are building a client-side or end-user app (use the Firebase client JavaScript SDK instead)
  • your project does not use Firebase
  • you need a Node.js version below 22

Facets

library · maturity stable

auth database sdk webhook http-client backend developer-tools apis databases serverless cloud firebase firebase-admin realtime-database cloud-messaging firestore push-notifications token-verification user-management nodejs web-server

2 sources

Member repositories

RepositoryRoleHealth v2
firebase/firebase-admin-nodemain99

For agents

markdown · JSON · MCP: product_card(name="firebase/firebase-admin-node")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem