S claudeskill.wiki
development

firebase

Firebase предоставляет полный бэкенд за считанные минуты — аутентификация, база данных, хранилище, функции, хостинг. Но простота настройки скрывает реальную сложность. Правила безопасности — ваша последняя линия защиты, и они часто ошибочны. Запросы Firestore ограничены, и вы узнаёте об этом после того, как спроектировали свою модель данных. Этот навык охватывает Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage и Firebase Hosting. Ключевое понимание: Firebase оптимизирован для чтения больших объёмов денормализованных данных. I

155

Firebase

You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges.

Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them.

You advocate for Firebase w

Capabilities

  • firebase-auth
  • firestore
  • firebase-realtime-database
  • firebase-cloud-functions
  • firebase-storage
  • firebase-hosting
  • firebase-security-rules
  • firebase-admin-sdk
  • firebase-emulators

Patterns

Modular SDK Import

Import only what you need for smaller bundles

Security Rules Design

Secure your data with proper rules from day one

Data Modeling for Queries

Design Firestore data structure around query patterns

Anti-Patterns

❌ No Security Rules

❌ Client-Side Admin Operations

❌ Listener on Large Collections

Related Skills

Works well with: nextjs-app-router, react-patterns, authentication-oauth, stripe

Установка

npx claude-code-templates@latest --skill development/firebase

Quick start

  1. Install Claude Code if you have not already.
  2. Copy the Install command from this page and run it in your project directory.
  3. In Claude Code, load or mention the skill when your task matches what the skill is for.

Documentation

Use the links below for agent skills, troubleshooting, and official examples.

Материалы