Flutter • Firebase • BLoC Tutorial #15 - Testing and Conclusion

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • Hello, in this Flutter & Firebase tutorial series, we'll build a complete app with a database (Firebase Firestore) and an authentication system (using Firebase auth).
    ------------------------------
    GitHub: github.com/rom...
    Subscribe !!

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

  • @ismailugurbulak8630
    @ismailugurbulak8630 20 วันที่ผ่านมา +2

    First of all, thank you very much for the videos, my friend. 14. Why is there no video?

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

    Thank you very much for this course; it was a pleasure to learn from the first video to the end. The only thing I believe wasn't covered is working with Firebase streams. That's probably why the page from this video doesn't receive updates until you rebuild the app 😀

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

      Indeed ! We'll cover all that soon enough 👌
      Thanks for watching and dont hesitate to request videos ideas !

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

      did you publish the vedio@@Romain_Girou

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

    Thank you for great tutorial.

  • @unicorn-thirteen
    @unicorn-thirteen 3 หลายเดือนก่อน

    Thank you very much!
    I have a question about UserModel. My brain doesn't understand how to implement a PostModel with actual user data. That is, in your case, when creating a post, the current user data is taken, but if the user changes the photo or name, they do not change there. How can this be implemented?

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

    thank you bro

  • @badidi458
    @badidi458 4 หลายเดือนก่อน

    PLEASE ROMAIN HELP!!! I'm new to flutter
    for educational purposes i integrated your code in mine, in a different file I did:
    ElevatedButton(
    onPressed: () {
    // Navigate to Login
    Navigator.push(
    context,
    MaterialPageRoute(builder: (context) => const MaterialApp(
    home: HomeScreen(),
    )
    ),
    );
    },
    the home_screen file is almost the same as yours (I removed the Picture part). I encounter the following errors:
    Error: Could not find the correct Provider above this BlocBuilder Widget
    This happens because you used a `BuildContext` that does not include the provider
    of your choice.
    Error: Could not find the correct Provider above this BlocBuilder Widget
    I'm stuck and don't know how to procced. And thank you for the tutorials I learned a lot!!

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

    I'm just saying that i was here at the beginning :D

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

      That you were ! Very well done 👏 and many thanks 🙏

  • @ibrohimjonodilov1924
    @ibrohimjonodilov1924 9 หลายเดือนก่อน

    keep it up Rom

  • @PhonePhone-88
    @PhonePhone-88 10 หลายเดือนก่อน

    thank you

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

      My pleasure !

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

    100+ subscribers 🎉

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

    Can you make sent email verification

  • @cana_369
    @cana_369 8 หลายเดือนก่อน

    pls do push notification with firebase on next video pls....

    • @Romain_Girou
      @Romain_Girou  8 หลายเดือนก่อน

      It’s schedule don’t worry !

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

      @@Romain_Girou Watched Complete Series,
      I have some doubts.
      - Why You used setState when there is Bloc?
      - Can we Implement Firebase without making a local package just like you did. Meaning we can also implement it using clean architecture, in which each screen will have own bloc folder.