gpt4 book ai didi

ios - 对于 firebase 中的每个 child

转载 作者:行者123 更新时间:2023-11-28 08:35:01 25 4
gpt4 key购买 nike

我如何列出我的 firebase 中的所有子项,以便我可以对它们进行计数并在表格 View 中列出每个子项?

我查找了旧文档,但建议的代码没有用。不知道新文档是不是满了,还是有什么看不到的地方?

感谢任何帮助。

最佳答案

使用 Firebase,我们有一个快照,其中包含数据库中的所有值。

因此,我首先将快照值作为字典导入。然后,我使用计数方法。

        let mySnap = snapshot.value! as! [String:AnyObject]

howManyDevices = mySnap.count

就这么简单。

关于ios - 对于 firebase 中的每个 child ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38029581/

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