File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ redefine a string to change it, for example:
317
317
318
318
#### Google
319
319
By default, FirebaseUI requests the `email` and `profile` scopes when using Google Sign In. If you
320
- would like to request additional scopes from the user, add a string array resource to your
321
- application like this:
320
+ would like to request additional scopes from the user, add a string array resource named
321
+ `google_permissions` to your `strings.xml` file like this:
322
322
323
323
```xml
324
324
<!--
@@ -335,8 +335,8 @@ application like this:
335
335
#### Facebook
336
336
337
337
By default, FirebaseUI requests the `email` and `public_profile` permissions when initiating
338
- Facebook Login. If you would like to override these scopes, add a string array resource
339
- to your application like this:
338
+ Facebook Login. If you would like to override these scopes, a string array resource named
339
+ `facebook_permissions` to your `strings.xml` file like this:
340
340
341
341
```xml
342
342
<!--
You can’t perform that action at this time.
0 commit comments