Skip to content

Commit e07f02f

Browse files
authored
Review
1 parent da2b66f commit e07f02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/objc/FirebaseUI-demo-objc/Samples/Auth/FUIAuthViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ + (NSArray *)getListOfIDPs:(NSArray<NSIndexPath *> *)selectedRows
426426
break;
427427
case kIDPFacebook:
428428
provider = useCustomScopes ? [[FUIFacebookAuth alloc] initWithAuthUI:[FUIAuth defaultAuthUI]
429-
permissions:@[@"password",
429+
permissions:@[@"email",
430430
@"user_friends",
431431
@"ads_read"]]
432432
:[[FUIFacebookAuth alloc] initWithAuthUI:[FUIAuth defaultAuthUI]];

0 commit comments

Comments
 (0)