You are the best. The real champion. There are so many firebase-React-Firestore tutorials these days, but some are obsolete, others with too many missing holes, so failed in progress with error messages. Yours are really working. Thank you so much. I determined to be your pupil for good. So, you are my guru now. I am 72 years old New Yorker from South Korea, been here in this great nation some 40 years. Of course I am a naturalized U.S. citizen since early 1990's.
Of course. You are already in my prayer. I am a catholic. Thank you very much for your answer. I’m now trying to deploy the app on the Internet, which gives me hardship, though.
@@TechArefin Ohh yeah, something like youtube (a video platform) but includes a payment system or subscription. can you do that? I'll be very grateful to learn
It's really cool, a small piece of information for importing @mui/icons, now we have to import them as "import {Delete as DeleteIcon} from '@mui/icons-material' ", well that's all. thank you for this video!
Damn bro thats amazing. For the next video, can you make it to able the user insert the sub-todo list? Like for example, the main task is "Call john Doe", the subtask of this is "Date: 13 march". It would help a lot. Thank you
@@TechArefin I know. I just finished a course on vanilla JS and now doing this To-Do project then jump on a React course and will rewrite it with React.
It's possible that when one component loads, it can trigger many actions. The action will be subscribing until a response comes, which can lead to a huge bottleneck or memory leaks. So, its always advisable to unsubscribe an action as soon as the component gets unmounted.
Join the group for more!---> facebook.com/groups/1084599105726082 What video should I do next? 🤔
Dude it took me 3 days as a beginner to use react and firebase for making todo app 🥺 and you roasted me in literally 8 minutes
Bro you are awesome
You teach me in very easy and quickly
Thanks 👍👍
Thanks a lot
You are the best. The real champion. There are so many firebase-React-Firestore tutorials these days, but some are obsolete, others with too many missing holes, so failed in progress with error messages. Yours are really working. Thank you so much. I determined to be your pupil for good. So, you are my guru now. I am 72 years old New Yorker from South Korea, been here in this great nation some 40 years. Of course I am a naturalized U.S. citizen since early 1990's.
Thanks a ton sir. I am just a student of class-9. Please keep me in your prayers.😄
Of course. You are already in my prayer. I am a catholic. Thank you very much for your answer. I’m now trying to deploy the app on the Internet, which gives me hardship, though.
Amazing video,straight to the point snd useful
Thanks. Its the latest tutorial. Just what I needed 😌
Welcome ❤
thanks so much, it's really the latest tutorial, all the others failed
Happy to help ❤ If you want any other tutorial you can tell me 😁
@@TechArefin Ohh yeah, can you do a full tutorial on react and firebase?
Do yoy want any project with react and firebase?
@@TechArefin Ohh yeah, something like youtube (a video platform) but includes a payment system or subscription. can you do that?
I'll be very grateful to learn
I will look forward to it :)
Good job! This is fun fast:)
Thanks a lot
Thanks man! All works. Even though Firestore interface is not very comfortable I will use it for my project. Because of Firebase is free service.
Glad I could help!
It's really cool, a small piece of information for importing @mui/icons, now we have to import them as "import {Delete as DeleteIcon} from '@mui/icons-material' ", well that's all. thank you for this video!
This is awesome dude, i think it will help to crack my code i stuck with ahah, very well done!
Thank you very much!
Great video!
Thank you very much. It means a lot. Please subscribe for more videos! 😀
New video ---> th-cam.com/video/26kC8V97c4Q/w-d-xo.html
What video should I do next? 🤔
Awesome tutorial!
Thank you what a great and easy to follow tutorial.
Just a thought do you have a tutorial on adding a .env file to hide the auth keys?
I will not understand 😅 but your tutorial is very awesome ❤❤ love from India
Love from India 😉
Damn bro thats amazing. For the next video, can you make it to able the user insert the sub-todo list? Like for example, the main task is "Call john Doe", the subtask of this is "Date: 13 march". It would help a lot. Thank you
Thank you!!! I am studing 06:44😍
Good luck!!
Thanks bro ✌🏼
Please do more videos in react 💕
More to come!
What video do you want?
Thank you save my day
It's my pleasure 😀
New video ---> th-cam.com/video/26kC8V97c4Q/w-d-xo.html
What video should I do next? 🤔
Great! Can you make a video on how create CRUD in redux and firebase with create async thunk in redux
Great video, thanks for explaining it so well
Glad it was helpful!
You are awesome
Wow so helpful with this style
It's my pleasure 😍 It means a lot for me 😁
Thanks! Very useful
Welcome ❤
@@TechArefin Excuse me, will there be videos on react & typescript? ^_^
I will look forward to it 😁
Very useful, thank u🙏,
Happy to help 😄
I have a question , what is const q = query(collection(db, "todos")); in this line , query what mean ?
query is a function to fetch data from firebase
Make more vid pls , i will buy all vid with this style ,thank you
No problem, I will try to make this type of videos and it will be free of cost 😀 Thanks for the comment.
New video ---> th-cam.com/video/26kC8V97c4Q/w-d-xo.html
What video should I do next? 🤔
Thanks 😊 great video
You’re welcome 😊
Thanks for video, u helped me a lot because i use a little bit different way for get data from firebase and its not working properly for me
Glad it helped
thank you but the edit button is not working for me
amazing, how would I create an authentication and each user have their collection of tasks?
How can you put this within a landing page
It's just a concept of how can we use firebase
Hey! Great 👍🏻. How can a do a CRUD with firebase and Redux?
First to fetch the data from firebase then you store it in Redux 😀
Also you can search tutorials on it
has anyone integrated auth to this todo app? please helppppppp
can i use this code?
Of course! you can
How to host it in firebase?
You can host it on netlify instead of firebase. Because it's easier and free
And here I'm struggling to do it with vanilla JS and Axios.🤨
Actually, It will work with React js. I suggest you that you should try another tutorial which uses vanilla JS :)
@@TechArefin I know. I just finished a course on vanilla JS and now doing this To-Do project then jump on a React course and will rewrite it with React.
What does this state do?
return () => unsubscribe ()
It's possible that when one component loads, it can trigger many actions. The action will be subscribing until a response comes, which can lead to a huge bottleneck or memory leaks.
So, its always advisable to unsubscribe an action as soon as the component gets unmounted.