Flutter auth ui facebook sdk issue - flutter

An issue with Facebook SDK
When I am trying to using flutter firebase auth UI
The app is crashing and I identify that it is because of facebook SDK setup and I am not interested in using Facebook login Is there any other soluction available for getting flutter firebase ui with google login, email login,phone login only

Related

Flutter firebase chat integration in flutter app without google signin

I am developing an application for users signing up with their mobile numbers. Now I have to develop a chat module in my app How to integrate flutter firebase chat without google sign-in.
I have tried with the anonymous sign but the user's chat is not stored in firebase. May I know the steps to use firebase chat in-app and how to integrate firebase without manual google sign into my application?

Flutter facebook login with AWS cognito user pool Facebook review rejected

I am trying to build a Flutter application for android and ios. I am using the flutter web sign-in for Facebook and google sign-in. But when I am submitting the application to Facebook for review it says you are providing a website as a review but you are using the Mobile application for the Facebook login. I am using AWS Cognito web as an authentication method for Facebook login.
Also tried this https://docs.amplify.aws/lib/auth/social_signin_web_ui/q/platform/flutter implementation but no luck.
Does anyone suggest how to proceed with this issue?

Flutter Facebook auth through FB application (if installed) not through a WebView

I am currently integrating Facebook login through the flutter_facebook_auth package in Flutter.
If I am currently having Facebook application installed on iOS, then login through Facebook in my application it should follow the flowing scenario:
If the Facebook application is already installed, when clicking the Facebook login, Facebook application should pop up.
Else if we don't have Facebook application, it should divert to a WebView.
It's working this way on Android but on iOS only opens in WebView even if FB application is installed. How to do this for iOS?

Flutter LinkedIn auth through LinkedIn application (if installed) not through a WebView

I am currently integrating LinkedIn login through the linkedin_login package in Flutter. If I am currently having LinkedIn application installed on mobile (Android or iOS), then login through LinkedIn in my application, it should follow the flowing scenario:
If the LinkedIn application is already installed, when clicking the LinkedIn login, LinkedIn application should pop up.
Else if we don't have LinkedIn application, it should divert to a WebView.
How to do this?
Right now, it only authenticates through a WebView even if LinkedIn application is installed.

Cordova Firebase Facebook Login Not Working

There's a tutorial for how to sign in with Firebase using Cordova, but no tutorial for Facebook with Firebase. Because signInWithPopup isn't available, what do I do?
NOTE: I'm not using Ionic.