ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/firebase/agent-skills --skill firebase-firestore-enterprise-native-modeThis 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.