How to Handle Firebase Authentication in Flutter with Riverpod

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • #flutter #riverpod #firebase #authentication
    If you want to know how to add Firebase authentication to your Flutter apps using Riverpod, this video will show you how to.
    Project Repo: github.com/tay...
    Join the Discord community:
    / discord
    ---
    Enjoyed this video 👋 ?
    You can buy me a coffee here. It will help me keep this channel up.
    www.buymeacoff...
    ---
    👉 Twitter: / olu_tayormi
    👉 Linkedin: / tayormi
    👉 Github: github.com/tay...
    ····················································································
    ► All content here is 100% free.

ความคิดเห็น • 25

  • @Malikmehtabali1
    @Malikmehtabali1 5 หลายเดือนก่อน

    Would you explain which riverpod provider is best to handle rest api and Firebase

    • @TemiCodes
      @TemiCodes  5 หลายเดือนก่อน

      You can try the FutureProvider or StreamProvider

  • @justbe_joe9765
    @justbe_joe9765 ปีที่แล้ว

    I'm glad you did the video but why Is everybody just making videos for login authentication and no one is making a tutorial SIgnUp or creating a user???

  • @Malikmehtabali1
    @Malikmehtabali1 5 หลายเดือนก่อน

    Thank you so much bro..

    • @TemiCodes
      @TemiCodes  5 หลายเดือนก่อน

      Always welcome

  • @nico0lat3
    @nico0lat3 ปีที่แล้ว

    awesome video! thanks a lot, but i need some help please! .... when i do login at the first time doesnt redirect to the homeScreen, but i trace the data, and does the login sucesfully, i recieve the data...then when i do hotreload, it's redirect to the homeScreen

  • @yusufumar6738
    @yusufumar6738 2 ปีที่แล้ว +1

    Amazing content. It's very precise and informative. Thanks

  • @satdevlpr
    @satdevlpr ปีที่แล้ว

    Thanks.. please create a video for signup with email and password

  • @justbe_joe9765
    @justbe_joe9765 ปีที่แล้ว

    Can you please make a video for creating a new User? with firebase and riverpod?

    • @Nahbruv69
      @Nahbruv69 11 หลายเดือนก่อน

      how about you read some documentation?

  • @a-urel
    @a-urel 2 ปีที่แล้ว

    This is way better and simpler than BLoC!

  • @Bathusaix
    @Bathusaix 2 ปีที่แล้ว

    Why is the circular not shown while making the request to firebase?

    • @TemiCodes
      @TemiCodes  2 ปีที่แล้ว

      That would be the state of the button. You can easily fix that by telling the button its state when its making a request to firebase

    • @Bathusaix
      @Bathusaix 10 หลายเดือนก่อน

      How would I do that?@@TemiCodes

  • @erasmo-programacion2839
    @erasmo-programacion2839 2 ปีที่แล้ว

    nice video 🙌

  • @AnupUpadhayaya
    @AnupUpadhayaya 2 ปีที่แล้ว

    an error occured please try again later issue coming everytime

    • @TemiCodes
      @TemiCodes  2 ปีที่แล้ว

      Can you give more details about the error?

    • @americanonobrasil2128
      @americanonobrasil2128 2 ปีที่แล้ว

      @@TemiCodes I also get a weird "W/System: Ignoring header X-Firebase-Locale because its value was null" error when I click login. The user is made and everything, but when I click login it doesn't bring me to the next page. Strange. Great vid btw.

    • @TemiCodes
      @TemiCodes  2 ปีที่แล้ว

      @@americanonobrasil2128 This SO should fix your issue.
      stackoverflow.com/questions/73654264/flutter-firebase-authentication-ignoring-header-x-firebase-locale-because-its-va

  • @waltherleonardo8652
    @waltherleonardo8652 ปีที่แล้ว

    It helps me! thanks!

    • @TemiCodes
      @TemiCodes  ปีที่แล้ว

      Glad it helped you.

  • @Bootngoals
    @Bootngoals 2 ปีที่แล้ว

    Nice tutorial.