Skip to content

Commit 8d1eb08

Browse files
SUPERCILEXsamtstern
authored andcommitted
Add line breaks in auth README (#1262)
1 parent 2b44c5b commit 8d1eb08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@ see the Firebase Auth documentation to
366366
[get the currently signed-in user](https://firebase.google.com/docs/auth/android/manage-users#get_the_currently_signed-in_user)
367367
and [register an AuthStateListener](https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuth.html#addAuthStateListener(com.google.firebase.auth.FirebaseAuth.AuthStateListener)).
368368

369-
Note: if you choose to use an `AuthStateListener`, make sure to unregister it before launching the FirebaseUI flow and re-register it after the flow returns. FirebaseUI performs auth operations internally which may trigger the listener before the flow is complete.
369+
Note: if you choose to use an `AuthStateListener`, make sure to unregister it before launching
370+
the FirebaseUI flow and re-register it after the flow returns. FirebaseUI performs auth operations
371+
internally which may trigger the listener before the flow is complete.
370372

371373
#### ID tokens
372374

0 commit comments

Comments
 (0)