标签: ios firebase
我正在使用目标C,但我尝试了更多,但它没有帮助。有人告诉我如何添加:
self.ref.child("users").child(user!.uid).setValue(["username": username])
答案 0 :(得分:1)
在将值发送到fire base之前。我们应该这样添加它对我有帮助。
self.firebase = [[self.firebase child:@"chat"] child:app.GSetChannelId];