firebase
仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
针对 Firebase 常见场景给出安全规则与架构优化建议,实用性高。
▸ 风险提示
可能需要访问 Firebase 项目凭证或云端资源权限。
这个 Skill 做什么
提供 Firebase(Firestore、Auth、Functions、规则等)架构与实现建议。
有 Firebase(Firestore、Auth、Storage、Cloud Functions、Hosting 等)相关需求时用它,能帮你设计集合/索引和数据模型、编写并测试 Security Rules、实现各种 Auth 流程并在 Emulator 上验证云函数逻辑。还会给出部署、权限和安全的实战建议,减少线上出错和权限泄露的风险。
▸ 展开 SKILL.md 英文原文
Use when the project uses Firebase — Firestore, Firebase Auth, Storage, Cloud Functions, Hosting, Realtime Database, Remote Config — including security rules, schemas, Emulators.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/firebase/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/firebase/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Firebase Skill ## When to use - Architecting Firestore collection/subcollection structure and indexes - Writing and testing Firestore Security Rules - Implementing Firebase Auth (email/password, OAuth, custom tokens, custom claims) - Writing Cloud Functions for Firebase (v1 HTTP, callable, background triggers) - Configuring Firebase Hosting with rewrite rules to Cloud Functions or Cloud Run - Setting up the Firebase Emulator Suite for local development and CI - Diagnosing quota/billing issues, missing indexes, or security-rule denial errors --- ## Workflow 1. **Design the data model before writing code** — Firestore is schemaless but reads are charged per document. Denormalize data in
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有