查询所有用户的数据并复制到路径

时间:2017-05-31 14:57:10

标签: ios firebase swift3 firebase-realtime-database

我正在寻找一些帮助来解决这个令人困惑的问题。请记住,我已将此标记为Swift 3,但欢迎您使用任何语言进行回答,因为逻辑比语言更重要。 我试图解决的问题是尝试对嵌套的数据集运行查询,并将查询结果推送到特定的子节点。 为清楚起见,数据库“方案”现在看起来像什么。

users
 $uid
   $uid_followers
         $uid1 : true 
         $uid2 : true
         $uid3 : true
                .
                .
user_followers
 $uid
       $uid1 : username, userProfilePicture
       $uid2 : username, userProfilePicture
       $uid3 : username, userProfilePicture

基本上,我正在尝试查询每个用户节点内用户的用户名和个人资料图片,然后将这些结果复制到/ user_followers / $ uid / ... 谢谢!

0 个答案:

没有答案