Flutter - Facebook login Authentication with firebase How to add Facebook Authentication in Flutter

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 26

  • @matheusmelo4862
    @matheusmelo4862 10 месяцев назад +2

    Big thanks brooooooo, working 2 years later haha

    • @ProglabsOfficial
      @ProglabsOfficial  5 месяцев назад

      hahaha yes thats surprising for me as well :P

  • @faizafarooqui6435
    @faizafarooqui6435 Год назад +1

    what about login with different accounts? can all the users of my app will be able to login or just me developer account?

    • @ProglabsOfficial
      @ProglabsOfficial  5 месяцев назад

      Hi
      once your application is live on stores (Google play or AppStore)then anybody can login with their facebook account

  • @Takemetechnically
    @Takemetechnically 3 года назад +2

    Next video maybe flutter admob mediation with Facebook audience network 👌👌

  • @anseriqbal3833
    @anseriqbal3833 3 года назад +1

    Good Work Sir Very Easy to learn👍👍

  • @deepshikaghale9371
    @deepshikaghale9371 2 года назад

    thank you for the video!
    i followed all the steps, but when i click on the login with Facebook button, it shows the error message, "something went wrong, we are working on it and we'll get it fixed as soon as we can."
    It would be a great help if you could suggest solutions for the above mentioned problem.

    • @ProglabsOfficial
      @ProglabsOfficial  2 года назад

      Hello Deepshika, did you try to clone the repo which i mentioned in the description, change the keys and try to run it?

  • @AbhideepChakravarty
    @AbhideepChakravarty 2 года назад +2

    You basically skipped the problems which are difficult to solve.

    • @ProglabsOfficial
      @ProglabsOfficial  2 года назад +1

      Can you please mention out which problems i skipped might be i can make a video on them too.

    • @AbhideepChakravarty
      @AbhideepChakravarty 2 года назад +1

      @@ProglabsOfficial There are many problems which come up like the one you faced where you had to go and change the permission for social profile access. Insecure connection problem. Steps needed to be taken before going live. The complete solution, instead of one part on how to make it work. Also, you can do some on FlutterFire UI.

  • @cheachento1776
    @cheachento1776 2 года назад

    I want it login and go to another screen what I can I do?

    • @ProglabsOfficial
      @ProglabsOfficial  2 года назад

      Hello,
      ElevatedButton(onPressed: () async {
      await signInWithFacebook();
      **Your Navigator here**
      }, child: Text("Login with facebook")),
      after the signInWithFacebook();l
      you can just put your navigator for the next screen.

  • @GET_1T_D0NE
    @GET_1T_D0NE 2 года назад

    privecy poilicy url not working

    • @ProglabsOfficial
      @ProglabsOfficial  2 года назад

      Hello sir,
      when you are debugging your app then you don't need a working privacy policy URL. When you release your app on stores then you need a working URL. For now put any URL you want

  • @faizafarooqui6435
    @faizafarooqui6435 Год назад

    text size of your editor is too small

    • @ProglabsOfficial
      @ProglabsOfficial  5 месяцев назад

      Hi
      thanks for your suggestion I will increase it in my next playlist

  • @ishanmadushanka3709
    @ishanmadushanka3709 2 года назад

    thank you

  • @jesusloeza7764
    @jesusloeza7764 3 года назад

    code the button Logoud of facebook plis

    • @ProglabsOfficial
      @ProglabsOfficial  3 года назад +1

      FirebaseAuth.instance.signOut();
      just call this function if you want to signout the user from any method of Firebase Authentications.

  • @jesusloeza7764
    @jesusloeza7764 3 года назад

    code?

    • @ProglabsOfficial
      @ProglabsOfficial  3 года назад +1

      Hello Loeza. After completing the playlist I will make a repository and share the link of it in the description of every video.