在Swift中获取特定值的Firebase Realtime Database中的值

时间:2018-09-24 05:06:29

标签: ios swift firebase firebase-realtime-database

这是我的聊天应用程序的Firebase结构。

enter image description here

我想做的是检索name等于"Trillian"的所有结果。我将如何在Swift中进行处理?

作为参考,总体结构为:

chatapp/
    chats/
         {$key}/
               name (string)
               sender_id (string)
               text (string)

谢谢:)

0 个答案:

没有答案