Skip to content

Commit 3b6f866

Browse files
committed
Added first few images
1 parent d8b199b commit 3b6f866

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

codelabs/chat/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

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

4-
[screenshot: running app]
4+
![Chat login](images/0_0.png)
5+
![Chat messages](images/0_1.png)
56

67
What you'll learn:
78

@@ -11,12 +12,11 @@ The steps:
1112

1213
1. Register with Firebase
1314
2. Create a project in Android Studio
14-
3. Connect the Android project to Firebase
15+
3. Connect the Android app to Firebase
1516
4. Allow the user to send a message
16-
5. Show the (existing and new) messages
17+
5. Show the messages
1718
6. Enable login
1819

19-
2020
What you'll need
2121
* [Android Studio](https://developer.android.com/sdk/installing/studio.html) version 1.3 or up
2222
* A test device or emulator with Android 2.3.3 or up
@@ -30,16 +30,16 @@ The first step is to create a Firebase application. This will be the server-side
3030
1. Go to the [Firebase web site](https://www.firebase.com/)
3131
2. Login or sign up
3232

33-
[screenshot:signup]
33+
![Signup](images/1_1.png)
3434

3535
3. Manage the app that was automatically created for you
3636

37-
[screenshot:manage app]
37+
![Manage app](images/1_2.png)
3838

3939
This app is on Firebase's free hacker plan. This plan is great for when you're developing your app on Firebase.
4040
4. Any data that our Android application writes, will be visible in the Data tab
4141

42-
[screenshot:welcome to dashboard]
42+
![Welcome to dashboard](images/1_3.png)
4343

4444
The custom Firebase backend for our application is now ready for use. Let's set up our app in Android Studio.
4545

codelabs/chat/images/0_0.png

50.3 KB
Loading

codelabs/chat/images/0_1.png

54.8 KB
Loading

codelabs/chat/images/1_1.png

191 KB
Loading

codelabs/chat/images/1_2.png

428 KB
Loading

codelabs/chat/images/1_3.png

134 KB
Loading

0 commit comments

Comments
 (0)