Data 7,109 installs

firebase-firestore-enterprise-native-mode

by firebase/agent-skills

Comprehensive guide for Firestore enterprise native including provisioning, data model, security rules, and SDK usage. Use this skill when the user needs help…

Skill content

Complete guide for provisioning, configuring, and securing Firestore Enterprise Native Mode.

- Covers provisioning setup, data model organization, and SDK integration across multiple languages

- Includes comprehensive security rules guidance for protecting data access and enforcing authorization policies

- Provides index configuration and query performance optimization best practices

- Structured reference documentation for each major setup and operational area

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