firebase-firestore-enterprise-native-mode
Comprehensive guide for Firestore enterprise native including provisioning, data model, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore Enterprise with the Native mode, writing security rules, or using the Firestore SDK in their application.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o firebase-firestore-enterprise-native-mode.zip https://jpskill.com/download/19107.zip && unzip -o firebase-firestore-enterprise-native-mode.zip && rm firebase-firestore-enterprise-native-mode.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19107.zip -OutFile "$d\firebase-firestore-enterprise-native-mode.zip"; Expand-Archive "$d\firebase-firestore-enterprise-native-mode.zip" -DestinationPath $d -Force; ri "$d\firebase-firestore-enterprise-native-mode.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
firebase-firestore-enterprise-native-mode.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
firebase-firestore-enterprise-native-modeフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 7
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Firestore Enterprise Native Mode
このスキルは、Firestore Enterprise Native Mode のプロビジョニング、データモデル、セキュリティルール、SDK の使用方法など、利用開始のための完全なガイドを提供します。
プロビジョニング
Firebase プロジェクトおよびローカル環境で Firestore Enterprise Native Mode をセットアップするには、provisioning.md を参照してください。
データモデル
Firestore のデータモデルとデータの整理方法については、data_model.md を参照してください。
セキュリティルール
データを保護するための Firestore Security Rules の記述とデプロイに関するガイダンスは、security_rules.md を参照してください。
SDK の使用方法
アプリケーションコードで Firestore Enterprise Native Mode を使用する方法については、以下を参照してください。
インデックス
インデックスは、クエリのパフォーマンスを向上させ、遅いクエリを高速化するのに役立ちます。インデックスの種類、クエリサポートテーブル、およびベストプラクティスについては、indexes.md を参照してください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Firestore Enterprise Native Mode
This skill provides a complete guide for getting started with Firestore Enterprise Native Mode, including provisioning, data model, security rules, and SDK usage.
Provisioning
To set up Firestore Enterprise Native Mode in your Firebase project and local environment, see provisioning.md.
Data Model
To learn about Firestore data model and how to organize your data, see data_model.md.
Security Rules
For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md.
SDK Usage
To learn how to use Firestore Enterprise Native Mode in your application code, see:
Indexes
Indexes help improve query performance and speed up slow queries. For checking index types, query support tables, and best practices, see indexes.md.
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (1,548 bytes)
- 📎 references/data_model.md (2,896 bytes)
- 📎 references/indexes.md (3,933 bytes)
- 📎 references/provisioning.md (2,903 bytes)
- 📎 references/python_sdk_usage.md (2,943 bytes)
- 📎 references/security_rules.md (26,389 bytes)
- 📎 references/web_sdk_usage.md (4,978 bytes)