firebase-firestore-enterprise-native-mode
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFirestore Enterprise Native Mode
Firestore Enterprise原生模式
This skill provides a complete guide for getting started with Firestore Enterprise Native Mode, including provisioning, data model, security rules, and SDK usage.
本技能提供了Firestore Enterprise原生模式的完整入门指南,涵盖资源部署、数据模型、安全规则及SDK使用。
Provisioning
资源部署
To set up Firestore Enterprise Native Mode in your Firebase project and local environment, see provisioning.md.
要在Firebase项目及本地环境中搭建Firestore Enterprise原生模式,请查看provisioning.md。
Data Model
数据模型
To learn about Firestore data model and how to organize your data, see data_model.md.
要了解Firestore数据模型及数据组织方式,请查看data_model.md。
Security Rules
安全规则
For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md.
如需编写和部署Firestore安全规则以保护数据的相关指南,请查看security_rules.md。
SDK Usage
SDK使用
To learn how to use Firestore Enterprise Native Mode in your application code, see sdks.md.
要了解如何在应用代码中使用Firestore Enterprise原生模式,请查看sdks.md。
Indexes
索引
Indexes help improve query performance and speed up slow queries. For checking index types, query support tables, and best practices, see indexes.md.
索引有助于提升查询性能,加速慢查询。如需查看索引类型、查询支持表及最佳实践,请查看indexes.md。