Skip to content

Commit 78149cb

Browse files
SUPERCILEXmorganchen12
authored andcommitted
Fix incorrect link in README to auth state changes (#687)
* Fix incorrect link in README to auth state changes * Add clarification to README * Fix typo
1 parent 0b49163 commit 78149cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

auth/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
263263
```
264264

265265
Alternatively, you can register a listener for authentication state changes;
266-
see the
267-
[Firebase Auth documentation](https://firebase.google.com/docs/auth/android/manage-users#get_the_currently_signed-in_user)
268-
for more information.
266+
see the Firebase Auth documentation to
267+
[get the currently signed-in user](https://firebase.google.com/docs/auth/android/manage-users#get_the_currently_signed-in_user)
268+
and [register an AuthStateListener](https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuth.html#addAuthStateListener(com.google.firebase.auth.FirebaseAuth.AuthStateListener)).
269269

270270
##### ID Tokens
271271
To retrieve the ID token that the IDP returned, you can extract an `IdpResponse` from the result

0 commit comments

Comments
 (0)