仅在某些情况下,将值强制转换为字典将返回nil

时间:2018-06-24 00:48:19

标签: ios firebase dictionary firebase-realtime-database

我有一个来自Firebase的DataSnapshot,我尝试将值转换为parent["child"] as? [String: Any]之类的字典,但仅在某些情况下返回nil。

这正是发生的情况:

非零案件:

Firebase:

enter image description here

lldb:

enter image description here

零例:

Firebase:
enter image description here

lldb:

enter image description here

如果我在不进行强制转换的情况下打印了它,这就是我得到的(注意:空键导致了问题,而Firebase中没有空键):

enter image description here

0 个答案:

没有答案