File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ startActivityForResult(
217
217
218
218
#### Handling the sign-in response
219
219
220
- #####Response codes
220
+ ##### Response codes
221
+
221
222
The authentication flow provides several response codes of which the most common are as follows:
222
223
` ResultCodes.OK ` if a user is signed in, ` ResultCodes.CANCELLED ` if the user manually canceled the sign in,
223
224
` ResultCodes.NO_NETWORK ` if sign in failed due to a lack of network connectivity,
@@ -352,7 +353,7 @@ represented in the following diagram:
352
353
353
354
![ FirebaseUI authentication flow on Android] ( flow.png )
354
355
355
- ### UI customization
356
+ ## UI customization
356
357
357
358
To provide customization of the visual style of the activities that implement
358
359
the flow, a new theme can be declared. Standard material design color
@@ -459,4 +460,4 @@ startActivityForResult(
459
460
460
461
#### Twitter
461
462
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/ ) .
You can’t perform that action at this time.
0 commit comments