firebase-auth-basics
Set up Firebase Authentication, including federated providers, JWT management, and security rule integration.
Install
npx skills add https://github.com/firebase/agent-skills --skill firebase-auth-basicsStats
| Total installs | 4,232 |
| Weekly installs | 4.3K |
| GitHub stars | 187 |
| First seen | Feb 17, 2026 |
| Source | @firebase/agent-skills |
Summary
- Supports email/password, phone number, anonymous, federated providers (Google, Facebook, Twitter, GitHub, Microsoft, Apple), and custom auth integration
- Each authenticated user receives a unique ID and JWT-based tokens (short-lived ID tokens and long-lived refresh tokens) for accessing Firebase services
- Enable providers via CLI for Google Sign In, anonymous, and email/password; use Firebase Console for additional federated providers
- Secure Firestore and Cloud Storage using request.auth in security rules to control data access based on user identity
Tags
Related skills
| Skill | Installs | vs firebase-auth-basics |
|---|---|---|
| gws-modelarmor-sanitize-response | 5,703 | +1,471 |
| auth-implementation-patterns | 4,538 | +306 |
| web-coder | 3,858 | -374 |
| email-best-practices | 4,183 | -49 |
| code-reviewer | 4,033 | -199 |
FAQ
- How many installs does firebase-auth-basics have?
- firebase-auth-basics has 4,232 total installs and 4.3K installs this week.
- Where is firebase-auth-basics hosted?
- firebase-auth-basics is published by @firebase/agent-skills at https://github.com/firebase/agent-skills.
- How many GitHub stars does firebase-auth-basics have?
- firebase-auth-basics has 187 GitHub stars.
- When was firebase-auth-basics first indexed?
- OrangeBot.AI first indexed firebase-auth-basics on Feb 17, 2026.
- How do I install firebase-auth-basics?
- Run: npx skills add https://github.com/firebase/agent-skills --skill firebase-auth-basics