Skip to content

Commit f329eb1

Browse files
authored
Merge pull request #433 from SUPERCILEX/patch-1
Fix #419
2 parents 68aa0f8 + 69f49eb commit f329eb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

auth/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ the [Facebook developer dashboard](https://developers.facebook.com):
8282

8383
If support for Twitter Sign-in is also required, define the resource strings
8484
`twitter_consumer_key` and `twitter_consumer_secret` to match the values of your
85-
Twitter app as reported by the
86-
[Twitter application manager](https://dev.twitter.com/apps).
85+
Twitter app as reported by the [Twitter application manager](https://apps.twitter.com/).
8786

8887
```
8988
<resources>
@@ -92,6 +91,9 @@ Twitter app as reported by the
9291
</resources>
9392
```
9493

94+
In addition, if are using Smart Lock or require a user's email, you must enable the
95+
"Request email addresses from users" permission in the "Permissions" tab of your app.
96+
9597
## Using FirebaseUI for Authentication
9698

9799
Before invoking the FirebaseUI authentication flow, your app should check

0 commit comments

Comments
 (0)