Skip to content

Commit

Permalink
Merge pull request #696 from wimbledon/facebook_fix
Browse files Browse the repository at this point in the history
Facebook Auth Crash Fix
  • Loading branch information
morganchen12 authored Jun 3, 2019
2 parents aa5a04f + 977c6b2 commit 0f0214e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FacebookAuth/FirebaseFacebookAuthUI/FUIFacebookAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ - (void)callbackWithCredential:(nullable FIRAuthCredential *)credential
@brief Validates that Facebook SDK data was filled in Info.plist and creates Facebook login manager
*/
- (void)configureProvider {
NSBundle *bundle = [FUIAuthUtils bundleNamed:nil];
NSBundle *bundle = [NSBundle mainBundle];
NSString *facebookAppId = [bundle objectForInfoDictionaryKey:kFacebookAppId];
NSString *facebookDisplayName = [bundle objectForInfoDictionaryKey:kFacebookDisplayName];

Expand Down

0 comments on commit 0f0214e

Please sign in to comment.