Marketplace firebase-firestore-enterprise-native-mode

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.

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/firebase/firebase-firestore-enterprise-native-mode" ~/.claude/skills/aiskillstore-marketplace-firebase-firestore-enterprise-native-mode && rm -rf "$T"
manifest: skills/firebase/firebase-firestore-enterprise-native-mode/SKILL.md
source content

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.