gladly-team/next-firebase-auth
Simple Firebase authentication for all Next.js rendering strategies observed · 2026-08-28
Health v2 · maintenance only
30/100
- Activity 0
- Release rhythm 28
- 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: 31.0
- age_days: 2162
- days_rel: 614
- days_push: 614
- n_releases_24m: 3
Adoption not part of the score
1374 stars · 284 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TypeScript library that simplifies Firebase authentication in Next.js apps across all rendering strategies (SSR, static, client-side). It manages signed HTTP-only cookies holding the Firebase user info and ID token, refreshing tokens as needed.
Use cases
- add firebase authentication to a next.js app
- access the firebase user during server-side rendering
- store firebase id tokens in secure http-only cookies
- redirect users based on auth status in next.js pages
- authenticate api requests with firebase id tokens server-side
- support both static and ssr pages with the same auth logic
When to choose
- your Next.js app mixes static and server-rendered pages and needs the Firebase user on the server
- you need the Firebase ID token server-side to call APIs
- you want cookie-based auth handling with token refresh out of the box
When to avoid
- your app is fully static and only needs the user client-side — use the Firebase JS SDK directly
- you use a backend framework other than Next.js
- you need session management decoupled from Firebase's auth model
Facets
library · maturity active
auth middleware http-server web-development frontend backend security cross-platform nextjs firebase firebase-auth ssr cookies typescript react nodejs web-server
2 sources
- readme: https://github.com/gladly-team/next-firebase-auth · fetched 2026-08-28 · 8c95330b2880
- homepage: https://nfa-example-git-v1x-gladly-team.vercel.app/ · fetched 2026-08-29 · f3dd1e462d7e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gladly-team/next-firebase-auth | main | 30 |
For agents
markdown · JSON · MCP: product_card(name="gladly-team/next-firebase-auth")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem