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.
2 parents aa5a04f + 977c6b2 commit 0f0214eCopy full SHA for 0f0214e
FacebookAuth/FirebaseFacebookAuthUI/FUIFacebookAuth.m
@@ -222,7 +222,7 @@ - (void)callbackWithCredential:(nullable FIRAuthCredential *)credential
222
@brief Validates that Facebook SDK data was filled in Info.plist and creates Facebook login manager
223
*/
224
- (void)configureProvider {
225
- NSBundle *bundle = [FUIAuthUtils bundleNamed:nil];
+ NSBundle *bundle = [NSBundle mainBundle];
226
NSString *facebookAppId = [bundle objectForInfoDictionaryKey:kFacebookAppId];
227
NSString *facebookDisplayName = [bundle objectForInfoDictionaryKey:kFacebookDisplayName];
228
0 commit comments