Agent skill · Backend & API

Firebase Mobile

Firebase backend services integration for mobile apps

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill firebase-mobile --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/firebase-mobile/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. Firebase Authentication
  5. Cloud Firestore
  6. Firebase Storage
  7. Cloud Functions
  8. Remote Config
  9. Performance Monitoring
  10. Target Processes
  11. Dependencies
  12. Usage Examples
  13. Firebase Setup (iOS)
  14. Firestore Repository (Android)
Ships with 1 file
  • README.md
Commands it runs
Start emulators
firebase emulators:start
Run with emulator in code
if ProcessInfo.processInfo.environment["USE_FIREBASE_EMULATOR"] == "YES" {
More from babysitter
All skills →
About this skill
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.

Keep going