相关疑难解决方法(0)

将 Firebase 数据库子级映射到 swift 3 对象

如何将存储在 firebase 数据库列表中的对象映射到 swift 中相应的对象?

现在以下内容不起作用:

for child in snapshot.children{
    let tempMed = child as Med
}
Run Code Online (Sandbox Code Playgroud)

ios firebase swift firebase-realtime-database

2
推荐指数
1
解决办法
1582
查看次数

标签 统计

firebase ×1

firebase-realtime-database ×1

ios ×1

swift ×1