Skip to content

Commit e462221

Browse files
committed
Update README.md
1 parent 77f32c1 commit e462221

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codelabs/chat/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
In this code lab you'll build a chat application for Android using Firebase and Android Studio.
44

55
![Chat login](images/0_0.png)
6-
![Chat messages](images/0_1.png)
76

87
What you'll learn:
98

@@ -507,7 +506,7 @@ mFirebaseRef.push().setValue(new ChatMessage(MainActivity.this.mUsername, text))
507506

508507
![messages with one from [email protected]](images/6_9.png)
509508

510-
We could definitely improve the layout of things. But this step has been long enough as it is. So let's wrap up with a few notes.
509+
We could definitely improve the layout of things. But this step has been long enough as it is. So let's wrap up with a few notes.
511510

512511
8. One thing you may note is that the user stays logged in, even when they restart the app. If instead you want to sign out the user, you can call:
513512

0 commit comments

Comments
 (0)