File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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:
317317
318318#### Google
319319By 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
337337By 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<!--
You can’t perform that action at this time.
0 commit comments