Skip to content

Commit e7775aa

Browse files
committed
One last message -> text
1 parent eedfc23 commit e7775aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FirebaseUIChat/FirebaseUIChat/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ - (void)tableView:(UITableView *)tableView
7272
- (BOOL)textFieldShouldReturn:(UITextField *)textField;
7373
{
7474
[[self.ref childByAutoId]
75-
setValue:@{@"name" : @"iOS User", @"message" : textField.text}];
75+
setValue:@{@"name" : @"iOS User", @"text" : textField.text}];
7676
[textField resignFirstResponder];
7777
textField.text = @"";
7878
return YES;

0 commit comments

Comments
 (0)