Skip to content

Commit d400391

Browse files
committed
Fixed TOC links
1 parent dcab740 commit d400391

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codelabs/chat/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ What you'll learn:
1010

1111
The steps:
1212

13-
1. [Register with Firebase](chat#register-with-firebase)
13+
1. [Register with Firebase](#register-with-firebase)
1414
2. [Create a project in Android Studio](#create-a-project-in-android-studio)
1515
3. [Connect the Android app to Firebase](#connect-the-android-app-to-firebase)
1616
4. [Send a message](#send-a-message)
17-
5. [Show the messages](#show-the-messages)
18-
6. [Enable login](#enable-login)
17+
5. [Show the messages](#show-the-existing-and-new-messages)
18+
6. [Enable login](#enable-e-mailpassword-login)
1919

2020
What you'll need
2121
* [Android Studio](https://developer.android.com/sdk/installing/studio.html) version 1.3 or up
@@ -43,7 +43,7 @@ The first step is to create a Firebase application. This will be the server-side
4343

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

46-
## Create an Android Studio project
46+
## Create a project in Android Studio
4747

4848
In this step we'll create a project in Android Studio.
4949

0 commit comments

Comments
 (0)