【发布时间】:2022-08-12 23:30:25
【问题描述】:
所以我想将我的文档设置在 firebase 上,以便提交的电子邮件成为文档 ID 使用 Firebase 的 v8,我可以做到
db.collectiion(\'dbName\')
.doc({authorizedUserEmail})
.set({
\'myProperty: dataType\'
})
但是对于 v9,即使在使用文档时我也无法弄清楚 https://firebase.google.com/docs/firestore/query-data/get-data
我也在写 React-native
标签: firebase react-native