Skip to content

Commit dd5afce

Browse files
committed
Merge branch 'puf-kill-switches' of github.com:firebase/FirebaseUI-Android into puf-kill-switches
2 parents 49e646e + 4504afa commit dd5afce

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

codelabs/chat/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
In this code lab you'll build a chat application for Android using Firebase and Android Studio.
44

5-
![Chat login](images/0_0.png)
6-
![Chat messages](images/0_1.png)
5+
<img alt="Chat login" src="images/0_0.png" height="600">
6+
<img alt="Chat messages" src="images/0_1.png" height="600">
77

88
What you'll learn:
99

@@ -231,7 +231,7 @@ Now that we can send messages to Firebase, it is time for the next step: making
231231

232232
A chat app that doesn’t show existing messages is not very useful. So in this step we’ll add a list of the existing messages to our Android app. And since we're using Firebase, new chat messages will be added to this list automatically. At the end of this section we’ll have a fully functional chat app.
233233

234-
![Chat messages Android app and new message](images/5_1.png)
234+
<img alt="Chat messages Android app and new message" src="images/5_1.png" height="600">
235235

236236
Let's take this in chunks: first we'll create a Java class to represent each message, then we'll create an Adapter that gets each of the messages from Firebase and puts them into a ListView.
237237

@@ -454,13 +454,17 @@ Now go into your Firebase Dashboard and go to the Auth tab and select "Email/Pas
454454
455455
This is also where you can configure the password reset emails that you can send to your users, in case they forgot their password.
456456
457+
6. Log in with your new user.
458+
459+
<img alt="Chat app with login" src="images/0_1.png" height="600">
460+
457461
## Wrap-up
458462
459463
Wrap-up
460464
461465
Congratulations! You've just built a fully functional multi-user chat application that uses Firebase to store the data and authentication users.
462466

463-
![Chat app with login](images/0_0.png)
467+
<img alt="Chat app with login" src="images/0_0.png" height="600">
464468

465469
As a reward for finishing the codelab you’ve earned a promo code! When you’re ready to put your Firebase app in production, you can use the promo code `androidcodelab49` for $49 off your first month of a paid Firebase plan. Just enter the code when you upgrade your Firebase.
466470

0 commit comments

Comments
 (0)