I'm having issues integrating Facebook Login in a FlutterFlow app with Firebase as the backend. My other logins (google, email) work just fine but the facebook one results in no action. Here are the details:
Firebase and Facebook are set up with necessary IDs and secrets.
The Facebook Login button is unresponsive ā no errors, nothing happens on click.
Google and email logins work fine.
The app was previously configured for Facebook Login through a Python website, which worked.
The google-services.json
file has been regenerated, and the Firebase Android config seems correct.Key hash for Facebook was generated on a Mac and appears different from what's expected inside flutterflow. I tried manually changing the flutterflow fingerprints to match, but didnt change anything.
Has anyone experienced a similar problem or can provide insights into what might be going wrong with the Facebook Login in FlutterFlow with Firebase? Has anyone successfully setup the facebook login with flutterflow?