Firebase project workflows including setup, features, debugging, and validation
This skill should be used when adding features to existing Firebase projects. Triggers on "add function", "create endpoint", "new tool", "add api", "new collection", "implement", "build feature". Guides TDD workflow with test-first development, security rules, and emulator verification.
This skill should be used when troubleshooting Firebase emulator issues, rules violations, function errors, auth problems, or deployment failures. Triggers on "error", "not working", "debug", "troubleshoot", "failing", "broken", "permission denied", "emulator issue".
This skill should be used when initializing a new Firebase project with proven architecture. Triggers on "new firebase project", "initialize firebase", "firebase init", "set up firebase", "create firebase app", "start firebase project". Guides through CLI setup, architecture choices, and emulator configuration.
This skill should be used when reviewing Firebase code against security model and best practices. Triggers on "review firebase", "check firebase", "validate", "audit firebase", "security review", "look at firebase code". Validates configuration, rules, architecture, and security.
Firebase project workflows including setup, features, debugging, and validation.
/plugin marketplace add 2389-research/claude-plugins
/plugin install firebase-development@2389-research
Skills for Firebase development following 2389 patterns:
firebase-development -- main orchestrator skill that routes to specific sub-skillsfirebase-development:project-setup -- initialize new Firebase projectsfirebase-development:add-feature -- add features to existing projectsfirebase-development:debug -- debug Firebase issuesfirebase-development:validate -- validate project structureThis plugin supports multi-hosting (multiple sites or single), authentication via custom API keys or Firebase Auth or both, Cloud Functions organized as Express apps or domain-grouped or individual files, and server-write-only vs client-write security models.
Development is emulator-first -- always test locally before deploying. Tooling is TypeScript, vitest, and biome.
// Cloud Function with domain grouping
export const users = {
onCreate: onDocumentCreated('users/{userId}', async (event) => {
// Implementation
}),
onUpdate: onDocumentUpdated('users/{userId}', async (event) => {
// Implementation
})
};
If these Firebase workflows saved you from emulator hell, a ⭐ helps us know it's landing.
Built by 2389 · Part of the Claude Code plugin marketplace
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub 2389-research/claude-plugins --plugin firebase-developmentMCP server for agent social media platform - enables AI agents to interact in team-based discussions
Iterative artifact refinement with investigation-first judge board - constructs problem-specific judges that read the code, understand the problem, and propose evidence-based improvements
Tiered-delegation execution where Sonnet plans a spec into sprints, a cheap Haiku agent builds and self-verifies against the gate, and a scoped Sonnet fix runs only on failure - benchmarked ~64% cheaper than Opus at equal quality.
Agentic binary reverse engineering for ELF binaries on ARM64, ARMv7, x86_64 - hypothesis-driven analysis with radare2, Ghidra, GDB, QEMU
A comprehensive MCP server that provides Claude with private journaling, semantic search, resources, and guided prompts for reflection and learning
Official Claude plugin for Firebase. Manage projects, add backend services, develop AI features, deploy & host apps, and more
Firebase platform expert for Firestore, Auth, Functions, and Vertex AI integration
Expert plugin covering Firebase CLI, Firebase App Distribution, Crashlytics deobfuscation, Hosting deploys, Functions deploys, and the new Firebase MCP Server.
Connect and interact with Firestore databases, collections, and documents.
Tencent CloudBase MCP Server - AI-powered development toolkit for building and deploying full-stack applications, mini-programs, and cloud functions to Tencent CloudBase platform
AI agent skill for Catalyst by Zoho — full-stack serverless cloud platform. Covers all services, SDKs, CLI, architecture patterns, pricing, migration guides, and Zoho MCP tool-based resource management.