| name | firebase-firestore-enterprise-native-mode |
|---|---|
| description | 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`. |
This skill provides a complete guide for getting started with Firestore Enterprise Native Mode, including provisioning, data model, security rules, and SDK usage.
To set up Firestore Enterprise Native Mode in your Firebase project and local environment, see provisioning.md.
To learn about Firestore data model and how to organize your data, see data_model.md.
For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md.
To learn how to use Firestore Enterprise Native Mode in your application code, see:
Indexes help improve query performance and speed up slow queries. For checking index types, query support tables, and best practices, see indexes.md.