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 ae6c857 commit e4e9335Copy full SHA for e4e9335
Example/Auth/Sample/MainViewController.m
@@ -861,11 +861,11 @@ - (void)updateTable {
861
}],
862
[StaticContentTableViewCell cellWithTitle:kUnlinkFromFacebook
863
action:^{
864
- [weakSelf unlinkFromProvider:FIRGoogleAuthProviderID completion:nil];
+ [weakSelf unlinkFromProvider:FIRFacebookAuthProviderID completion:nil];
865
866
[StaticContentTableViewCell cellWithTitle:kUnlinkFromEmailPassword
867
868
+ [weakSelf unlinkFromProvider:FIREmailAuthProviderID completion:nil];
869
}]
870
]],
871
[StaticContentTableViewSection sectionWithTitle:kSectionTitleApp cells:@[
0 commit comments