File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ the [Facebook developer dashboard](https://developers.facebook.com):
82
82
83
83
If support for Twitter Sign-in is also required, define the resource strings
84
84
` 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/ ) .
87
86
88
87
```
89
88
<resources>
@@ -92,6 +91,9 @@ Twitter app as reported by the
92
91
</resources>
93
92
```
94
93
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
+
95
97
## Using FirebaseUI for Authentication
96
98
97
99
Before invoking the FirebaseUI authentication flow, your app should check
You can’t perform that action at this time.
0 commit comments