iOS - Firestore 文档同时写入多个

Posted

技术标签:

【中文标题】iOS - Firestore 文档同时写入多个【英文标题】:iOS - Firestore Document Multiple Writes at same time 【发布时间】:2021-04-30 17:06:21 【问题描述】:

我有两个用户写入同一个文档 - 当写入同时发生时,似乎存在数据完整性问题。使用 ios Firestore 处理这种竞争条件的最佳方法是什么?

【问题讨论】:

请添加您的代码并说明您是如何尝试同时写入数据的。 【参考方案1】:

您应该使用 Firestore 事务。只要在您编写时其他人修改了文档,事务就会失败。在此处阅读更多信息:

Firestore Transactions

【讨论】:

以上是关于iOS - Firestore 文档同时写入多个的主要内容,如果未能解决你的问题,请参考以下文章

Firestore 事务在单个事务中更新多个文档

允许用户在 Firestore 规则中首次尝试写入

Cloud Firestore 安全规则 -(读取、写入)

如何使用 SwiftUI 将值数组写入 Firestore

iOS - Firestore 复合索引中的索引上的多个 orderBy 和 where 子句

如何使用 Flutter 在 Firestore 中删除具有特定值的多个文档