React JS | Firebase - Create, Read, Update, and Delete (CRUD) using Realtime Database

  Рет қаралды 39,284

not a hacker

not a hacker

Күн бұрын

Пікірлер: 80
@jaw_breaker4690
@jaw_breaker4690 Жыл бұрын
IT WORKSSSSS!!!!! Thank you sooooo much. I literally spent like a day trying to figure it out and most videos out there never worked. you are a golden person. you earned a subscriber that you deserve ❤
@notharsh
@notharsh 2 жыл бұрын
love you my guy !! ive looked at 5-6 Yt videos (30-40 mins each) but all of them were outdated. and finally I found your channel who have a working code and on top of that you got proper simple and short content. seriously thank you !!
@notharsh
@notharsh 2 жыл бұрын
im subbing to you hopping some great content from you
@notahacker30
@notahacker30 2 жыл бұрын
Thank you Harsh! I will be making for contents very very soon so don't worry.
@ratkajecsven1928
@ratkajecsven1928 Жыл бұрын
Same :)
@tomislavmarkota8484
@tomislavmarkota8484 2 жыл бұрын
short and straight to the point, great job!
@solitario8993
@solitario8993 2 жыл бұрын
This is the only video that’s not outdated it seems like by reading the comments so I’ll try it out . I’ve watched lots of videos but none work.
@zakidz6716
@zakidz6716 2 жыл бұрын
the easiest and cleanest firebase realtime database tutorial
@notahacker30
@notahacker30 2 жыл бұрын
Thank you!
@erickmolina522
@erickmolina522 Жыл бұрын
The only man that could explain this, thank you :)
@codewithdevhindi9937
@codewithdevhindi9937 2 жыл бұрын
the most on the point not outdated video i have seen very awesome video keep going sir 🏹🏹🏹🚀🚀🚀🔥🔥🔥🔥🔥
@notahacker30
@notahacker30 2 жыл бұрын
Thank you!
@adolfmathebula
@adolfmathebula 2 жыл бұрын
This is amazing 🔥 better than most I’ve seen.
@notahacker30
@notahacker30 2 жыл бұрын
Thank you very much Adolf!
@minhnguyen86
@minhnguyen86 Жыл бұрын
it's straightforward to me, thanks a lot. You're genius bro
@jamesarnold22
@jamesarnold22 2 жыл бұрын
Fantastic tutorial, exactly what I was looking for and more.
@z96109
@z96109 Жыл бұрын
Nice video, I've never used Firebase before and was able to get a leaderboard for a React game working in about a half hour. Thanks!
@notahacker30
@notahacker30 Жыл бұрын
Great to hear!
@danikzhenissov4490
@danikzhenissov4490 2 жыл бұрын
you saved my diploma work thanks a lot for this tutorial
@notahacker30
@notahacker30 2 жыл бұрын
Congrats Danik! 🎉🎉
@georgelucasribeiro3696
@georgelucasribeiro3696 2 жыл бұрын
Too awesome! Thanks dude! Will help me a lot. I saw you have more of React+Firebase. I'm going to check all them. :D I'm subing and expecting to see more of your vids.
@notahacker30
@notahacker30 2 жыл бұрын
Thank you so much Luccas! I will post more videos as soon as possible!
@bike-trip
@bike-trip Жыл бұрын
You created a really clear tutorial, thanks for your example of this app!)
@cmlra
@cmlra Жыл бұрын
Thank you so much this tutorial helped me a lot !!!! Audio is low.
@notahacker30
@notahacker30 Жыл бұрын
Glad it helped!
@bagasbanuna2506
@bagasbanuna2506 Жыл бұрын
So good tutorial , i mean this video straight to the point. Just want say Thank you very much!!👍🏻
@ServerPc-q6h
@ServerPc-q6h 10 ай бұрын
Love you Bro you made my day
@talbertherndon1925
@talbertherndon1925 2 жыл бұрын
Thank you so much this tutorial helped me a lot !!!!
@gamanhi634
@gamanhi634 Жыл бұрын
thank you for your kind explanation! i subscribe!
@eribertosantos29
@eribertosantos29 Жыл бұрын
Excelente tutorial, gracias brother
@mantekka
@mantekka 2 жыл бұрын
Thanks for this, very helpful 👍
@oseniadedoyin1044
@oseniadedoyin1044 2 жыл бұрын
Nice work... This is good
@notahacker30
@notahacker30 2 жыл бұрын
Thank you so much! Glad you liked it!
@UrbanNerdOfficial
@UrbanNerdOfficial Жыл бұрын
Great tutorial!
@notahacker30
@notahacker30 Жыл бұрын
Thank you!
@mariannegarrido7859
@mariannegarrido7859 Жыл бұрын
Hola eres genial!! gracias
@DilshodMahmudov-q7q
@DilshodMahmudov-q7q Жыл бұрын
thanks for your lesson
@baaskalogy
@baaskalogy 5 ай бұрын
tnx you saved me!
@reelstoday9
@reelstoday9 2 жыл бұрын
i m subscribed your chennal .. bcz this video is to much helpfull ... great 👍
@notahacker30
@notahacker30 2 жыл бұрын
Thank you so much Syed! I'm glad I could help!
@faisalamin001
@faisalamin001 2 жыл бұрын
Thanks
@Human_Evolution-
@Human_Evolution- 2 жыл бұрын
CRUD lyfe
@thongahuhu9362
@thongahuhu9362 2 жыл бұрын
Thanks for helping me fix my bugs
@notahacker30
@notahacker30 2 жыл бұрын
no problem!
@acidfather
@acidfather Жыл бұрын
When I add this code, all of my data gets deleted, why is that? //delete const handleDelete = (todo) =>{ remove(ref(db, `/${todo.uuid}`)); };
@notahacker30
@notahacker30 Жыл бұрын
make sure uuid is random everytime you create
@MrMan-cq1mv
@MrMan-cq1mv 2 жыл бұрын
What if try to update multiple values? I am trying to update 2 value named "sr and fr" i am not getting 2nd value to my input field. Passing sr, fr as parameter & updating both state inside handleUpdate function.
@MrMan-cq1mv
@MrMan-cq1mv 2 жыл бұрын
Solved: 🚀 • got the unique I'd from table data. • managed to fetch both of the data from database Then I changed the both state & Populated both of the value to input field.
@notahacker30
@notahacker30 2 жыл бұрын
Very glad to hear that!
@MrMan-cq1mv
@MrMan-cq1mv 2 жыл бұрын
@@notahacker30 upload more videos, thanks you ♥️🙏
@sebinsaji9794
@sebinsaji9794 2 жыл бұрын
Thanks man
@notahacker30
@notahacker30 2 жыл бұрын
Thank you!
@Tsamara355
@Tsamara355 2 жыл бұрын
thank you
@notahacker30
@notahacker30 2 жыл бұрын
No problem!
@juanestebancardonaosorio2548
@juanestebancardonaosorio2548 2 жыл бұрын
The happiness
@ELVISTAKUNDACHIKUDZAH
@ELVISTAKUNDACHIKUDZAH 6 ай бұрын
what about plotting firebase real time data on a graph
@krisdsouza9105
@krisdsouza9105 2 жыл бұрын
Data gets added randomly, how do I insert data in order?
@notahacker30
@notahacker30 2 жыл бұрын
Hi Kris, what do you mean data gets added randomly? Please join my discord server if you want to fix this as soon as possible!
@krisdsouza9105
@krisdsouza9105 2 жыл бұрын
@@notahacker30 What I was saying is when you enter the task it doesnt store the data in the order it is entered. I figured it out tho you use the orderByChild function to sort them
@jamesarnold22
@jamesarnold22 2 жыл бұрын
8:04 - on create - when submitting, my realtime database isn't writing to Fireabase. I've followed the steps, enabled read and write, checked your github and the code all looks the same. Is there a potential reason for this?
@jamesarnold22
@jamesarnold22 2 жыл бұрын
is there a step missing here or something?
@notahacker30
@notahacker30 2 жыл бұрын
double check your firebase config. Also, it be could a small syntax error.
@notahacker30
@notahacker30 2 жыл бұрын
Ill make a discord server soon so that we can fix it quicker.
@jamesarnold22
@jamesarnold22 2 жыл бұрын
@@notahacker30 that's so kind, but all good now. Did the classic turn it off and on again and it worked for some reason. Sorry to be a pain!
@notahacker30
@notahacker30 2 жыл бұрын
@@jamesarnold22 no problem! glad you fixed it!
@jessicakatopo9165
@jessicakatopo9165 2 жыл бұрын
Are you using firebase version 8 or 9 ?
@notahacker30
@notahacker30 2 жыл бұрын
I believe i was using version 8
@nikolaszoumpas9892
@nikolaszoumpas9892 2 жыл бұрын
Great Tutorial. except i don't hear you and the resolution screen is to bad.Also in real time database you must in firebase.js file in "const firebaseConfig = {...} databaseURL: "here reference url from firebase". Thanks Great Job.. i find realtime database is awesome
@notahacker30
@notahacker30 2 жыл бұрын
Thank you Nikolas! I will keep that in mind next time!
@baigeldysultanov
@baigeldysultanov Жыл бұрын
Потей братуха, делай жостко, да канца
@Human_Evolution-
@Human_Evolution- 2 жыл бұрын
Audio is super low. At 100% and barely hear you.
@diegolopesdomingos8313
@diegolopesdomingos8313 2 жыл бұрын
how to write on html page?
@notahacker30
@notahacker30 2 жыл бұрын
In this tutorial, we will not be touching the file index.html. But if you want to build a website with no React JS, then, you will have to add all your elements inside body tag in index.html. Hope this is helpful!
@mukangwakalonda7726
@mukangwakalonda7726 2 жыл бұрын
your tutorial is awesome but your voice is too low sir work on your voice only
@notahacker30
@notahacker30 2 жыл бұрын
I will keep this in mind! Thank you!
READ, WRITE, UPDATE, DELETE Data | Firebase Realtime DB v9 | React JS
17:24
The Amazing Codeverse
Рет қаралды 28 М.
Авторизация в React-приложении с Firebase и Redux-Toolkit
47:24
Михаил Непомнящий
Рет қаралды 87 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 31 МЛН
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 14 МЛН
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 51 МЛН
Using Cloud Firestore For Your REACT Backend 2023 | CRUD App
51:15
Travis Media
Рет қаралды 23 М.
How to Connect Firebase With React Application
17:19
SmallAcademy
Рет қаралды 43 М.
I built a chat app in 7 minutes with React & Firebase
8:53
Fireship
Рет қаралды 1,4 МЛН
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 63 М.
Build a Reusable Component in React (Shadcn/ui, Tailwind)
19:08
Cosden Solutions
Рет қаралды 27 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 31 МЛН