# firebase/firebase-admin-node

Firebase Admin Node.js SDK

Repository: https://github.com/firebase/firebase-admin-node
Canonical: https://ross.abutalabs.com/products/firebase-admin-node
Homepage: https://firebase.google.com/docs/admin/setup
Language: TypeScript
License: Apache-2.0
License Family: permissive
Topics: firebase, firebase-auth, firebase-authentication, authentification, firebase-database, firebase-db, realtime-database, firebase-cloud-messaging, nodejs, firebase-admin, firebase-admin-sdk
Last push: 2026-08-26T18:54:22+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 3459, "days_push": 7, "days_rel": 14, "gap_med": 26.0, "n_releases_24m": 21}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1747, forks 419 (observed 2026-08-28T04:05:30.798374+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: auth, database, sdk, webhook, http-client
- domain: backend, developer-tools, apis, databases
- platform: serverless, cloud
- tags: firebase, firebase-admin, realtime-database, cloud-messaging, firestore, push-notifications, token-verification, user-management, nodejs, web-server

## Member repositories
- firebase/firebase-admin-node (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:30.798374+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:29:02.256858+00:00, confidence not recorded.
  - readme: https://github.com/firebase/firebase-admin-node (fetched 2026-08-28T04:05:30.798374+00:00, sha 9b3d64df123e)
  - homepage: https://firebase.google.com/docs/admin/setup (fetched 2026-08-29T11:07:08.045145+00:00, sha 9a49ae12dfb1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
