Skip to content

Cleanup auth README.md #577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ startActivityForResult(

#### Handling the sign-in response

#####Response codes
##### Response codes

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

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

### UI customization
## UI customization

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

#### Twitter

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