Skip to main content
Back to registry

firebase-auth

jezweb/claude-skills

Status : Production Ready Last Updated : 2026-01-25 Dependencies : None (standalone skill) Latest Versions : firebase@12.8.0, firebase-admin@13.6.0

Installs363
Install command
npx skills add https://github.com/jezweb/claude-skills --skill firebase-auth
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Status : Production Ready Last Updated : 2026-01-25 Dependencies : None (standalone skill) Latest Versions : firebase@12.8.0, firebase-admin@13.6.0 CRITICAL: Custom claims are cached in the ID token. After setting claims, the user must: This skill prevents 12 documented Firebase Auth errors: Last verified : 2026-01-25 | Skill version : 1.0.0 - Go to Firebase Console > Authentication > Sign-in method - Enable desired providers (Email/Password, Google, etc.) - Configure OAuth providers with client ID/secret - Sign out and sign in again, OR - Force refresh the token with getIdTokenResult(true) - Use HTTPS in production - Required for secure cookies - Validate tokens server-side - Never trust client claims alone - Handle token expiration - Refresh before API calls - Implement rate limiting - Prevent brute force attacks - Use same error message for wrong email/password - Prevent enumeration - Enable email verification - Verify user owns email - Use session cookies for SSR - More secure than ID tokens in cookies - Revoke tokens on password change - Invalidate old sessions - Never expose private key in client code - Never trust client-provided claims - Always verify server-side - Never store ID tokens in localStorage - Use httpOnly cookies - Never disable email enumeration protection in production - Never skip CORS configuration for your domains - Firebase Auth Overview : - Web Get...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does firebase-auth do?

Status : Production Ready Last Updated : 2026-01-25 Dependencies : None (standalone skill) Latest Versions : firebase@12.8.0, firebase-admin@13.6.0

Is firebase-auth good?

firebase-auth does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does firebase-auth work with?

firebase-auth currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to firebase-auth?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install firebase-auth?

npx skills add https://github.com/jezweb/claude-skills --skill firebase-auth

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering