gpt4 book ai didi

javascript - Firestore 获取已查询文档的路径

转载 作者:行者123 更新时间:2023-11-30 13:53:27 26 4
gpt4 key购买 nike

我正在尝试获取 Firebase Firestore 中查询文档的路径。这是我的代码:

const location = await db.doc('/locations/US/regions/IOWA').get()
console.log(location.path)

然而 location.path 返回未定义。

location.id 起作用并返回 id。

我已将其用作资源:https://firebase.google.com/docs/reference/js/firebase.firestore.DocumentReference#path

最佳答案

当您在 DocumentReference 上调用 get() 时,您会得到一个 DocumentSnapshot ,它没有 path 属性。

您可能正在寻找 location.ref.path

关于javascript - Firestore 获取已查询文档的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57764799/

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