【发布时间】:2021-05-11 09:02:26
【问题描述】:
我在 Firestore 中有一个结构,我必须在 Swift 中进行更新。 这是我的结构:
Customer
userId
subscription
documentID
items[] -> (items is an Array)
[ 0 ]
price -> (dictionary)
product -> (dictionary)
metadata -> (dictionary
data: “string” (this data update)
请问,谁能帮帮我?
【问题讨论】:
-
“进行更新”究竟是什么意思?你试图更新什么?你有一些你尝试过的代码吗?请花点时间查看How do I ask a good question? 和How to create a Minimal, Complete, and Verifiable example
标签: swift firebase google-cloud-firestore