Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/97.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HoNew firebase是否在iOS中使用此方法创建路径?_Ios_Firebase - Fatal编程技术网

HoNew firebase是否在iOS中使用此方法创建路径?

HoNew firebase是否在iOS中使用此方法创建路径?,ios,firebase,Ios,Firebase,我正在使用objective C,但我尝试了更多,但没有帮助。有人告诉我如何添加: self.ref.child("users").child(user!.uid).setValue(["username": username]) 在将值发送到fire base之前,我们应该这样添加,这对我有帮助 self.firebase = [[self.firebase child:@"chat"] child:app.GSetChannelId];

我正在使用objective C,但我尝试了更多,但没有帮助。有人告诉我如何添加:

self.ref.child("users").child(user!.uid).setValue(["username": username])

在将值发送到fire base之前,我们应该这样添加,这对我有帮助

self.firebase = [[self.firebase child:@"chat"]  child:app.GSetChannelId];