How to use React Native with Firebase

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

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

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

    Thank you very much for the video. I am a beginner. I watched a lot of videos but I was struggling to understand Firebase. Finally, I was able to understand Firebase thanks to your video.

  • @mugilan9257
    @mugilan9257 3 หลายเดือนก่อน +1

    excellent tutorial, compact and effective

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

    this channel is a godsend 🙏

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

    Thank you!

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

    Hi! Nice tutorial! Clean and simple. But I was rather bummed you didn't do anything with the loading state. You just set it but didn't end up using it. Could you explain what you would use it for. I guess to enable a loader of some sort?

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

    Why are you using firebase web instead firebase ios/android? What is the difference?

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

    Bro can you please show how to update a doc? I've managed to finish a part of my project through your video so thanks a lot and great work! Just please let me know how to update a doc, I'm going crazy with that firebase documentation. It gives me endless errors with the code from there.

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

      Should be able to just do something like db.collection("users").doc("user1").update({
      "name": "John Smith",
      "email": "john.smith@example.com"
      })

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

    Bless you, I’ve been looking for this video for months 🥲 thank you for making it so simple