baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Fix error for iOS facebook login #175

Closed interacsean closed 3 years ago

interacsean commented 3 years ago

The below error occurs when attempting auth using Facebook on iOS, when using FBSDK pods version > 9.1.0

"App ID not found. Add a string value with your app ID for the key FacebookAppID to the Info.plist or call [FBSDKSettings setAppID:]"

More detail about the error and fix here: https://github.com/facebook/facebook-ios-sdk/issues/1745#issuecomment-848180151