Hello,
My app was rejected by the App Store because they are not able to login after upgrading to IOS 13.X
firebase_auth: ^0.14.0+5
flutter_facebook_login: ^3.0.0
I am using the code below to login.
facebookLogin.loginBehavior = FacebookLoginBehavior.webViewOnly;
final FacebookLoginResult result = await facebookLogin.logIn(['email']);

https://medium.com/@karlwhiteprivate/flutter-facebook-sign-in-with-firebase-in-2020-66556a8c3586
Can't you just not use the webViewOnly LoginBehavior that's deprecated?
Most helpful comment
https://medium.com/@karlwhiteprivate/flutter-facebook-sign-in-with-firebase-in-2020-66556a8c3586