โ† All skills 2389 Research ยท Agent Skills
Infrastructure & Ops

firebase-development

v1.0.0

Firebase project workflows including setup, features, debugging, and validation

Install โ€” npx skills ยท recommended
npx skills add 2389-research/firebase-development
Prefer Claude Code? Install via /plugin
/plugin install firebase-development@2389-research

Firebase development plugin

Firebase project workflows including setup, features, debugging, and validation.

Installation

/plugin marketplace add 2389-research/claude-plugins
/plugin install firebase-development@2389-research

What this plugin provides

Skills for Firebase development following 2389 patterns:

Patterns

This 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.

Quick example

// Cloud Function with domain grouping
export const users = {
  onCreate: onDocumentCreated('users/{userId}', async (event) => {
    // Implementation
  }),
  onUpdate: onDocumentUpdated('users/{userId}', async (event) => {
    // Implementation
  })
};

Documentation

---

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