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

gladly-team/next-firebase-auth

Simple Firebase authentication for all Next.js rendering strategies observed · 2026-08-28

github.com/gladly-team/next-firebase-auth · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
gladly-team/next-firebase-authmain30

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