Firebase Mobile
Firebase backend services integration for mobile apps
npx skills add a5c-ai/babysitter --skill firebase-mobile --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Firebase Mobile Skill ## Overview This skill provides Firebase backend services integration for mobile applications. It enables configuration of Authentication, Firestore, Storage, Cloud Functions, and other Firebase services. ## Allowed Tools - `bash` - Execute Firebase CLI commands - `read` - Analyze Firebase configurations - `write` - Generate security rules and configurations - `edit` - Update Firebase implementations - `glob` - Search for Firebase files - `grep` - Search for patterns ## Capabilities ### Firebase Authentication 1. **Auth Methods** - Email/password authentication - OAuth providers (Google, Apple, Facebook) - Phone authentication - Anonymous authentication - Custom token authentication 2. **Auth State** - Handle auth state changes - Token refresh - Session persistence - Multi-factor authentication ### Cloud Firestore 3. **Database Operations** - Document CRUD operations - Collection queries - Real-time listeners - Batch operations - Transactions 4. **Security Rules** - Write Firestore rules - Test rules with emulator - Handle role-based access - Validate data structure ### Firebase Storage 5. **File Operations** - Upload files with progress - Download files - G
- Overview
- Allowed Tools
- Capabilities
- Firebase Authentication
- Cloud Firestore
- Firebase Storage
- Cloud Functions
- Remote Config
- Performance Monitoring
- Target Processes
- Dependencies
- Usage Examples
- Firebase Setup (iOS)
- Firestore Repository (Android)
Start emulators
firebase emulators:start
Run with emulator in code
if ProcessInfo.processInfo.environment["USE_FIREBASE_EMULATOR"] == "YES" {What does the Firebase Mobile skill do?
Firebase backend services integration for mobile apps
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill firebase-mobile --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
