Productivity

firebase-firestore-enterprise-native-mode

firebase/agent-skills · updated Apr 8, 2026

$npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore-enterprise-native-mode
summary

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
skill.md

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.