Claude Agent Skill · by Firebase

Firebase Firestore Enterprise Native Mode

This is your go-to resource when you're setting up Firestore in Native mode for production applications. It walks you through the entire process from provisioni

Install
Terminal · npx
$npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore-enterprise-native-mode
Works with Paperclip

How Firebase Firestore Enterprise Native Mode fits into a Paperclip company.

Firebase Firestore Enterprise Native Mode drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

E
E-Commerce EmpirePaired

Pre-configured AI company — 20 agents, 9 skills, one-time purchase.

$59$89
Explore pack
Source file
SKILL.md31 lines
Expand
---name: firebase-firestore-enterprise-native-modedescription: 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.compatibility: This skill is best used with the Firebase CLI, but does not require it. Firebase CLI can be accessed through `npx -y firebase-tools@latest`.--- # 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](references/provisioning.md). ## Data Model To learn about Firestore data model and how to organize your data, see [data_model.md](references/data_model.md). ## Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see [security_rules.md](references/security_rules.md). ## SDK Usage To learn how to use Firestore Enterprise Native Mode in your application code, see:- [Web SDK Usage](references/web_sdk_usage.md)- [Python SDK Usage](references/python_sdk_usage.md) ## Indexes Indexes help improve query performance and speed up slow queries. For checking index types, query support tables, and best practices, see [indexes.md](references/indexes.md).