Skip to content

Commit 35693d4

Browse files
committed
Clarify scope customization
Change-Id: Ida7b0025654e25158f466074ce2d3a0674b577d6
1 parent 69ae0b9 commit 35693d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

auth/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ redefine a string to change it, for example:
317317

318318
#### Google
319319
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:
322322

323323
```xml
324324
<!--
@@ -335,8 +335,8 @@ application like this:
335335
#### Facebook
336336

337337
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:
340340

341341
```xml
342342
<!--

0 commit comments

Comments
 (0)