We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2b66f commit e07f02fCopy full SHA for e07f02f
samples/objc/FirebaseUI-demo-objc/Samples/Auth/FUIAuthViewController.m
@@ -426,7 +426,7 @@ + (NSArray *)getListOfIDPs:(NSArray<NSIndexPath *> *)selectedRows
426
break;
427
case kIDPFacebook:
428
provider = useCustomScopes ? [[FUIFacebookAuth alloc] initWithAuthUI:[FUIAuth defaultAuthUI]
429
- permissions:@[@"password",
+ permissions:@[@"email",
430
@"user_friends",
431
@"ads_read"]]
432
:[[FUIFacebookAuth alloc] initWithAuthUI:[FUIAuth defaultAuthUI]];
0 commit comments