gpt4 book ai didi

javascript - 如何查询 firebase 以检索唯一 ID

转载 作者:行者123 更新时间:2023-11-30 08:39:55 25 4
gpt4 key购买 nike

我正在使用以下代码从 Firebase 查询数据:

var firebaseObj = new Firebase("https://example.firebaseio.com/Articles");

var sync = $firebase(firebaseObj);

$scope.articles = sync.$asArray();

返回以下数据:

    [{
"emailId": "ty@ty.com",
"post": "fgh",
"title": "hfgh"
}, {
"emailId": "kj@hjgfh.com",
"post": "HHHHHH",
"title": "Hello"
}, {
"emailId": "hkj@gmail.com",
"post": "Big news",
"title": "Today's news"
}]

https://example.firebaseio.com/Articles 下的每个返回条目都有一个唯一 ID,返回结果中缺少该 ID。如何检索唯一 ID。

最佳答案

尝试特殊的 $id 属性,相对唯一的 firebase 键。

关于javascript - 如何查询 firebase 以检索唯一 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27576503/

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