gpt4 book ai didi

firebase - 在Firebase中,我们如何通过flutter向文档中添加更多字段?

转载 作者:行者123 更新时间:2023-12-03 03:09:36 24 4
gpt4 key购买 nike

我不确定如何通过代码向Firestore文档添加额外的字段。我不想通过Firebase控制台创建新字段,因为这些字段名称将是动态的并且可用于搜索。例如:如果字段“不”存在,则添加到结果中。 (由于firestore不允许进行否定查询。

最佳答案

firestore.instance.collection('yourDbCollection').doc('ifYourIdCostumized').update({
field: newItem
})
.then(function () {
console.log("Document successfully updated!");
}).catch(function (error) {
console.error("Error removing document: ", error);

});

关于firebase - 在Firebase中,我们如何通过flutter向文档中添加更多字段?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59780575/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com