Skip to content

Commit 2388408

Browse files
committed
Codelab changes
1 parent ed84bac commit 2388408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codelabs/chat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ protected void onStart() {
436436
5. Wire up login button
437437

438438
```java
439-
Button loginButton = (Button) this.findViewById(R.id.login_button);
439+
Button loginButton = (Button) this.findViewById(R.id.login);
440440

441441
loginButton.setOnClickListener(new View.OnClickListener() {
442442
@Override
@@ -448,7 +448,7 @@ loginButton.setOnClickListener(new View.OnClickListener() {
448448

449449
![Enable PASSWORD auth](images/6_5.png)
450450

451-
If you want to know which users logged in to your application, you can find them in the Login & Auth tab of your Firebase's dashboard.
451+
Now go into your Firebase Dashboard and go to the Auth tab and select "Email/Password". You'll see an "Add User" button. Create a user to test logging in with.
452452
453453
![Auth dashboard with some users](images/6_10.png)
454454

codelabs/chat/images/6_5.png

-6.2 KB
Loading

0 commit comments

Comments
 (0)