Skip to content

Commit 455fd72

Browse files
committed
Fixed typo
fixes #27
1 parent c4f7509 commit 455fd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ As a final step, we're going to allow the users of our app to log in using email
459459

460460
7. Finally, replace the hard-coded username with the field we just populated:
461461

462-
mFirebaseRef.push().setValue(new ChatMessage(MainActivity.this.mUsername, message));
462+
mFirebaseRef.push().setValue(new ChatMessage(MainActivity.this.mUsername, text));
463463

464464
![messages with one from puf@firebaseui.com](images/6_9.png)
465465

0 commit comments

Comments
 (0)