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 aa5a04f commit 977c6b2Copy full SHA for 977c6b2
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