Firebase/firebase-firestore-enterprise-native-mode — Agent Skills | officialskills.sh
Back to skills

firebase-firestore-enterprise-native-mode

Guides you through setting up and using Firestore Enterprise Native Mode.

Setup & Installation

npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore-enterprise-native-mode
or paste the link and ask your coding assistant to install it
https://github.com/firebase/agent-skills/tree/main/skills/firebase-firestore-enterprise-native-mode
View on GitHub

What This Skill Does

Guides you through setting up and using Firestore Enterprise Native Mode. Covers provisioning, data modeling, security rules, SDK usage for web and Python, and index configuration.

Puts provisioning steps, security rule patterns, and SDK examples in one place so you don't have to piece together scattered Firebase docs.

When to use it

  • Setting up a new Firestore Enterprise database in Native mode
  • Writing security rules to control read and write access per collection
  • Querying Firestore from a Python backend service
  • Adding composite indexes to speed up filtered queries
  • Structuring subcollections for a multi-tenant app