gpt4 book ai didi

javascript - firebase.firestore.FieldValue.arrayUnion 不是函数

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:53:49 27 4
gpt4 key购买 nike

我正在尝试更新我的 firestore 中的数组,我遵循了 Google ( https://firebase.google.com/docs/firestore/manage-data/add-data ) 提供的文档,但它不起作用,我还检查以确保我拥有最新版本的 firebase npm 模块。

这是我的代码:

> db
.collection('Data')
.doc('One')
.collection('Doc')
.doc(this.$route.params.id.toLowerCase())
.update({
myArr: firebase.firestore.FieldValue.arrayUnion(
'test'
),
})
.then(() => console.log('Successfully written'))
.catch(err => console.log(err));

最佳答案

Firebase npm 模块已过时。必须手动重新安装

关于javascript - firebase.firestore.FieldValue.arrayUnion 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52033157/

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