gpt4 book ai didi

angular - 火存储 : How to update specific field of document?

转载 作者:行者123 更新时间:2023-12-02 14:23:00 25 4
gpt4 key购买 nike

如何访问和更新 Angular Firestore 中的特定字段: enter image description here

最佳答案

这应该是非常简单的任务。您可以使用更新功能并传递字段名称和值来更新。

例如:

this.db.doc(`options/${id}`).update({rating:$rating}); //<-- $rating is dynamic

关于angular - 火存储 : How to update specific field of document?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53184131/

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