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.
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?
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.
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.
excellent tutorial, compact and effective
this channel is a godsend 🙏
Thank you!
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?
Why are you using firebase web instead firebase ios/android? What is the difference?
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.
Should be able to just do something like db.collection("users").doc("user1").update({
"name": "John Smith",
"email": "john.smith@example.com"
})
Bless you, I’ve been looking for this video for months 🥲 thank you for making it so simple
Thanks a lot for watching.