gpt4 book ai didi

typescript - CollectionReference.doc() 要求它的第一个参数是非空字符串类型

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

我有一个 ionic 应用程序试图更新 firebase 中的记录。我不断收到此错误。不知道我做错了什么。

Error: Uncaught (in promise): FirebaseError: [code=invalid-argument]: Function CollectionReference.doc() requires its first argument to be of type non-empty string, but it was: a custom Object object

FirebaseError: Function CollectionReference.doc() requires its first argument to be of type non-empty string, but it was: a custom Object object


这是我的更新功能。
updateTodo(todo: Todo, id: string) {

return this.todosCollection.doc(id).update(todo)
}

最佳答案

当您尝试将空对象发送到 firebase 时会发生这种情况。
在异步调用完成之前重置表单值时出现此错误..

关于typescript - CollectionReference.doc() 要求它的第一个参数是非空字符串类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57503465/

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