User can log out doing this: <pre><code>await _auth.signOut(); </code></pre> Because I want to ask always for an user, I also need to run also one of these line...
I can't use the firebase login with facebook or google in my Flutter application. It works fine on ios It doesn't receive confirmation from the provider and do...
I have used flutter_facebook_auth: ^4.3.4+2 package and perfectly setup other configurations both in app code and Facebook app. But whenever I click on login button lo...
I am using flutter 1.22.5 and Facebook plugin <strong>flutter_facebook_login: 3.0.0</strong> to provide feature of Sign in with Facebook. Currently facing this...
I'm building an app with flutter that can share image (with text) on multiple social media (i'm beginning with instagram and facebook stories). I managed to sha...
I have a flutter app where I am authenticating with Facebook and firebase on iOS. However, I cannot get the login in page again although I am calling the logout funct...
I need to run a Javascript code in my Flutter app. When user press one button i need to run this code: <pre><code><!-- Facebook Pixel Code --> <script>...
I am facing this issue when trying to share to Facebook Feed using social_share_plugin (<a href="https://pub.dev/packages/social_share_plugin" rel="nofollow noreferrer...
I am trying to integrate Facebook pixel in my ecommerce flutter app to show ads according to customers search behavior but could not get any documentation or library f...
I'm trying to setup Flutter-Firebase-Facebook social authentication as defined <a href="https://firebase.flutter.dev/docs/auth/social/#facebook" rel="nofollow noreferr...
I am using Facebook Login in my Flutter app. I have followed the implementation steps and my app successfully brings up a Facebook Login dialogue and returns an access...
<pre><code>Future<FirebaseUser> login({List<String> userData, var loginCallback, var cancelledCallback, var errorCallback}) async { var facebookLo...
I'm currently using the <a href="https://pub.dartlang.org/packages/flutter_facebook_login" rel="nofollow noreferrer">Facebook Login package for Flutter</a> for a Flutt...
I am trying to implement facebook_audience_network in flutter and I am having some issues. Below is my current code. Whenever I am trying to show reward ad or intersti...
Getting this error while adding <code>flutter_facebook_auth</code> package to your Flutter web app:<br /> <code>TypeError: dart.global.FacebookAuth is not a constructo...