roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
404 stars 332 forks source link

flutter_facebook_login after announcements of Facebook and Apple #285

Open DrStefanFriedrich opened 4 years ago

DrStefanFriedrich commented 4 years ago

I read this article

https://medium.com/@karlwhiteprivate/flutter-facebook-sign-in-with-firebase-in-2020-66556a8c3586

and now I am a little bit concerned. I saw in the code that you use FBSDK 5.5 and not the mentioned version 6.0.0. Also, the end of life of the iOS UIWebView should also be not a problem, because flutter_facebook_login supports a variety of options (enum FacebookLoginBehavior).

But as I wrote, I am a little bit concerned. My question is simple:

Is it still possible to use the flutter_facebook_login plugin to sign-in using Facebook on Android AND iOS?

I think it's worth mentioning this on the homepage https://pub.dev/packages/flutter_facebook_login.