Firestore 是一种灵活且可扩容的数据库,适用于在 Firebase 和 Google Cloud上进行移动、Web 和服务器开发。Firestore 可以通过实时监听器使您的数据在各个客户端应用之间保持同步,并为移动和 Web 应用提供离线支持,帮助您构建无论网络延迟时间或互联网连接状况如何都能快速响应的应用。Firestore 还提供与其他 Firebase 和 Google Cloud 产品(包括 Cloud Run 函数)的无缝集成。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["Firestore is a flexible and scalable NoSQL database that synchronizes data across client apps with realtime listeners and offline support."],["Firestore offers a hierarchical data model, allowing you to store data in documents within collections, and these documents can contain nested objects and subcollections."],["It is designed for scalability, featuring multi-region data replication, consistent queries, atomic batch operations, and transaction support, with automatic indexing for efficient querying."],["Firestore allows for flexible querying with multiple filters, sorting, and pagination, and also supports realtime data updates using listeners that deliver data snapshots of only the changes."],["Data access can be secured through Identity and Access Management (IAM) for server-side languages, or Firebase Authentication and Firestore Security Rules for mobile and web applications."]]],[]]