11
22In 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
67What you'll learn:
78
@@ -11,12 +12,11 @@ The steps:
1112
12131 . Register with Firebase
13142 . Create a project in Android Studio
14- 3 . Connect the Android project to Firebase
15+ 3 . Connect the Android app to Firebase
15164 . Allow the user to send a message
16- 5 . Show the (existing and new) messages
17+ 5 . Show the messages
17186 . Enable login
1819
19-
2020What 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
30301 . Go to the [ Firebase web site] ( https://www.firebase.com/ )
31312 . Login or sign up
3232
33- [ screenshot : signup ]
33+ ![ Signup ] ( images/1_1.png )
3434
35353 . 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.
40404 . 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
4444The custom Firebase backend for our application is now ready for use. Let's set up our app in Android Studio.
4545
0 commit comments