Skip to content

Commit f72df45

Browse files
authored
Merge pull request #577 from SUPERCILEX/auth-readme-cleanup
Cleanup auth README.md
2 parents cddb54f + 748f9aa commit f72df45

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

auth/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ startActivityForResult(
217217

218218
#### Handling the sign-in response
219219

220-
#####Response codes
220+
##### Response codes
221+
221222
The authentication flow provides several response codes of which the most common are as follows:
222223
`ResultCodes.OK` if a user is signed in, `ResultCodes.CANCELLED` if the user manually canceled the sign in,
223224
`ResultCodes.NO_NETWORK` if sign in failed due to a lack of network connectivity,
@@ -352,7 +353,7 @@ represented in the following diagram:
352353

353354
![FirebaseUI authentication flow on Android](flow.png)
354355

355-
### UI customization
356+
## UI customization
356357

357358
To provide customization of the visual style of the activities that implement
358359
the flow, a new theme can be declared. Standard material design color
@@ -459,4 +460,4 @@ startActivityForResult(
459460

460461
#### Twitter
461462

462-
Twitter permissions can only be configured through Twitter's developer console.
463+
Twitter permissions can only be configured through [Twitter's developer console](https://apps.twitter.com/).

0 commit comments

Comments
 (0)