-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Facebook SDK Initialization in Plugin v0.0.81 #88
Comments
CC: @riderx |
Hello @boengli this happen for a "dumb" reason. |
@riderx This issue can be resolved easily with some conditional compilation. It should not be too difficult |
Ok, I give up. |
I encountered the following error while using the plugin version 0.0.81:
Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.DaringDestiny.app/com.facebook.FacebookActivity}: A valid Facebook app id must be set in the AndroidManifest.xml or set by calling FacebookSdk.setApplicationId before initializing the sdk.
In my app, I only use Google Sign-In and do not utilize any Facebook-related functionality. Despite this, the plugin seems to attempt initializing the Facebook SDK, which causes this issue.
Could you clarify why the plugin tries to initialize the Facebook SDK even when Facebook isn’t in use, or suggest a way to prevent this behavior?
Thank you for your help!
The text was updated successfully, but these errors were encountered: