Keep exploring at brilliant.org/PedroTech/. Get started for free, and hurry-the first 200 people get 20% off an annual premium subscription.
@DigitalAlchemyst Жыл бұрын
you never linked out to the video on uploading and viewing pdf files
@jainamchheda Жыл бұрын
Just completed your tutorial and brother you were awesome, i really learned a hell lot of stuff and fell in love with react once again!!! thanks bro! 💙💙🔥🔥
@JWClark-vx2vw Жыл бұрын
Bump this - where's the link? @PedroTechnologies 1:28:55
@sebastianbooth21749 ай бұрын
For anyone still using this tutorial: make sure to wrap the `collection()` function or any other firebase function at the top of a component in a useMemo if it doesn't need to be called every time a component re-renders. The way the code is written here, `collection()` will be called for every change to any of the text inputs and counts as a firestore read which contributes to billing.
@LeoR948 ай бұрын
Saved my life, thanks!!
@debojeetkarmakar97723 ай бұрын
I took screen shot of your commnt 😃 and added it to my notes section
@jabirmustahid3602 Жыл бұрын
I have completed one-fourth of the video, hands down one of the best tutorials I have ever seen. You will find most tutorials just "telling" you write the code, but this guy explains everything the whole way through. Thank you.
@classical381 Жыл бұрын
never have I ever watched a two hour long tutorial before this. you have some great teaching skills. keep these awesome courses coming.
@vedantthakur83378 ай бұрын
00:00 Complete Firebase in React course covering important topics. 06:34 Setting up Firebase and installing the Firebase SDK for a React project 12:54 Learn the deployment process of Firebase project 19:33 Implementing authentication with Google in Firebase 25:52 Firebase authentication and Firestore 38:45 Fetch all documents using getDocs function from Firebase Firestore collection 45:02 Creating a UI for adding movies 58:33 Demonstrated functions to delete and update documents in Firestore using React. 1:05:11 Learn how to implement different rules in Firestore Database. 1:17:45 Firebase Storage allows for easy file storage and retrieval 1:24:05 Firebase provides easy file storage and hosting services
@RyzeShib Жыл бұрын
Honestly, this has to be the fastest yet the most understandable course for firebase I've ever seen, he just gets to the point with no bs
@virtualalphastudios6149 Жыл бұрын
The reason you have to press space on the firebase init for hosting, you can select multiple things, you can do hosting and modify the firebase storage and firestore rules and anything else you want all in one go.
@avaneeshc Жыл бұрын
Thanks for covering firebase security in this video. Many youtubers just create a firestore database in test mode and they don't tell us about production mode and our database is expired after a month. It was highly appreciated bro, keep it up.
@AvikNayak_ Жыл бұрын
then should i always make projects in production mode?
@kanishkjha7621 Жыл бұрын
@@AvikNayak_ Yes
@PatrikRasch Жыл бұрын
I'm doing The Odin Project and I can not thank you enough for this video! Their curriculum is solid, but their Firebase introduction lesson is poor. They linked to some seriously lacking and outdated Google Codelab. After a few days of headbanging the wall I found this. Watched the whole thing and it's all so much clearer now! Thank you so much!
@chessgenius123 Жыл бұрын
Thank you for showing me the deployment process, I never used "npm run build" before. I also never deployed anything with firebase before. Once again, Thank you!
@yashofficial13053 ай бұрын
usually, I don't Like any YT videos BUT here I have to, and you deserve it.
@christiannaira6076 Жыл бұрын
I finished the tutorial, and I'm going to review it again. Your explanation about firebase is so simple that even a kid can follow! I appreciate this mate!
@anujtomar98629 ай бұрын
Love from India❤️❤️❤️❤️...... YOU ARE GIVING THAT CONTENT FOR FREE....WHICH Universities are not giving even after taking lacs of money as a fee
@johnyha9236 Жыл бұрын
here from the odin project and this video helped me so much more in understanding firebase compared to the recommended guides/docs.
@bhadguy9174 Жыл бұрын
same here😂😂
@siddharthpradeep Жыл бұрын
I was stuck on authentication for a day and your video solved all problems within 5 minutes! You are a saviour
@azammohamed24345 ай бұрын
2024 and still relevant! Thank you so much for giving this much of value in the course!
@sourav-zf2zi6 ай бұрын
Thank you so much you saved my life i have learned the whole front end part and have been searching for a long time to learn backend watching tutorials of node and express where i face a lot of errors each time. I was planning to make a social media app but for the backend part i was struck for a long time and now i can make progress easily. Thanks again man , really appreciated the way you teach.
@ibrahimqaiser40978 ай бұрын
Most simplified explanation for beginners as well as revising the concepts of firebase along with react.
@artemchubenko Жыл бұрын
You made a video that I tried to find for a long time! Thank you for absolutely clear information about working with firebase!
@claudem1543 Жыл бұрын
This is the perfect timing thank you !
@Alinaa525 Жыл бұрын
This is a perfect tutorial for getting started with firebase , It covers all the basics . Much Thanks Pedro!! 😇
@bharath2508 Жыл бұрын
best firebase course on KZbin
@junaidahmed1687 Жыл бұрын
You just pointed out all the core things and It can't be more simpler than that. Great content. Good work. Thanks
@KodyWright-od2tb Жыл бұрын
Happy to see you again my brother! I've been waiting on something dope.
@PedroTechnologies Жыл бұрын
Appreciate that!
@KodyWright-od2tb Жыл бұрын
@@PedroTechnologies would you be able to help us with NextJs authentication with Firebase then be redirected to the Dashboard?
@TheyCallMeFelix Жыл бұрын
Pedro THANK GOD I found your channel. I am interviewing for my first tech position and because of the way you explain these techniques ect. I was able to learn code! I cant say thank you enough. If your ever in Chicago dinner and beers on me
@liondepierre Жыл бұрын
You're the best down to earth guy on KZbin. Stay that way. All the best!
@salahaldinedouard5299 Жыл бұрын
Amazing videos I have been trying to learn firebase for a while now and I find that people over explain things I love the way you keep thing short and straight to the point Keep up the good work
@noahg2 Жыл бұрын
Cool video, the signin method is actually signup method, for signing in after logging out firebase gives signInWithEmailAndPassword function, I have not completed the video yet so I am not sure if it was corrected in future, thanks for the tutorial, it was clean.
@mourra95 Жыл бұрын
for the sign in using the email method you actually made a register form not a sign in so take care as there is another method called signInWithEmailAndPassword function which is the one responsible for login
@MartiQwx Жыл бұрын
There is cut at 1:14:41 and we are left with nothing explained later on, and it seems you couldn't figure out why deleting didn't work. Anyways, I learnt a lot, thanks!
@MartiQwx Жыл бұрын
The error that was causing this was "request.resource.data.userId", it should've been just "resource.data.userId"
@bulelaniquinton7272 Жыл бұрын
just finished this video, I can loudly say that you are a great tutor indeed really enjoyed your tutorial. keep on doing great job we really appreciate videos like this.👍👏
@leonardoteixeira6268 Жыл бұрын
Excelente conteúdo, Pedro! Adoraria mais conteúdos sobre Firebase e ReactJS. Sua didática é muito boa :)
@seans2366 Жыл бұрын
Love the video. You made it super simple. I think I'm now in love with Firebase!
@SardorSaydazimov-b6h9 ай бұрын
this video is amazing even i am not native speaker i understand it and i did not even notice how time past so quickly
@yokai1919 Жыл бұрын
Thanks for amazing tutorial! At the end of the video it is enough to edit firebase.json and change public folder to "build" instead of running firebase init :)
@noshamezmez2888 ай бұрын
u helped me alot in my task ...thanks pedro keep Going
@avinashgardasalgonquin4371 Жыл бұрын
I was looking for a complete firebase + react course, thank you! ~
@brixthedev Жыл бұрын
createUserWithEmailAndPassword() is actually for creating a new user account, not signing into an existing account, associated with the specified email address and password.
@MDABDULAWAL-dk3zi2 ай бұрын
You did very well. Best tutorial I can say. You complete within very short time. Amazing. Make a tutorial for complete ecommerce website.
@maralazizi Жыл бұрын
Thank you so much for covering all important aspect of the firebase! it was so helpful!
@rooneyjohn11 ай бұрын
So well done! Great pace, great explanations, just great all around!! Thank you for this, subscribed, looking forward to seeing what else you've got up!! Amazing work!
@Kajan.24Ай бұрын
Thank you for this incredible tutorial, one of the only ones to explain all the steps
@AdeolaOloyede-b9r Жыл бұрын
Man!, You're one of the greatest teachers out there. Great work! Hope we can get to collaborate on a project someday!
@salahaldinedouard5299 Жыл бұрын
Thanks alot pedro Your content helps me out alot I find it hard to find updated videos on firebase
@bartodziej586 Жыл бұрын
Thank you! It's very good tutorial for beginners. I tried learn firebase on my own, but it was very hard because the docs sucks.
@SoapCS2 Жыл бұрын
Best tutorial on firebase, is this the same for react native as well?
@johan1206 Жыл бұрын
Muito bom, Pedro! Tava com dificuldade em colocar meu projeto em produção com o firebase e esse vídeo ajudou bastante. Inglês e didática impecável. Parabéns!
@a_basic_sheep_1993 Жыл бұрын
bro I have got to say you are one of the best in education.
@buenvia Жыл бұрын
Woah, this was fantastic and everything I was looking for. Thank you so much for putting this together!!!
@flnnx Жыл бұрын
Time to learn Firebase I guess. Thanks, bro
@mawhadmd11 сағат бұрын
Very well explained, worth every minute, thanks dude
@avaneeshc Жыл бұрын
Make similar videos on appwrite, supabase, pocketbase or even a mern stack tutorial. Nice videos bro.
@Kushpedia5 ай бұрын
Great work, I actually never new what firebase was before this video, Thanks Man...
@BeyondEarthlyEyes7 ай бұрын
Do you offer private tutoring sessions? Because all this back and stuff goes straight over my head.
@mandlankosi2160 Жыл бұрын
Excellent tutorial. Didn't know firebase before this.🔥👊🏼
@soheldatta389410 ай бұрын
Just became a fan of urs mate !!
@Davyhatesu Жыл бұрын
how was I just looking back to your original firebase video to find out you just created a new video 🤠
@muhammadk23 Жыл бұрын
Amazing video ❤❤, i really like long videos like that when they teach you everything.
@s-e-p-i-d-m Жыл бұрын
Thanks a million Pedro for proving such a helpful video. I highly recommend your channel to others.
@virtualalphastudios6149 Жыл бұрын
I knew I should subscribe to you! This is the exact reason why, its not because you are a super cool Twitch dev x'D
@PedroTechnologies Жыл бұрын
Hahahaha
@virtualalphastudios6149 Жыл бұрын
@@PedroTechnologies Almost at the end of the video, you explained things I had to dig threw the docs for, no one on YT has made a tutorial this good and concise yet. Even though I know a good chunk of this information, I enjoyed watching it. Keep making videos like this and you will be the top Tutor for coding on here.
@iammtander Жыл бұрын
The long awaited video. Thanks man.
Жыл бұрын
Parabéns Pedro pelo tutorial!!! Muito detalhado e completo. É ótimo ver colegas brasileiros produzindo conteúdo de excelência como este!
@MikeCatrone Жыл бұрын
This was great man, thanks for such an informative lesson! This will really help bridge a backend solution for a lot of my front-end work
@Agong22067 Жыл бұрын
Hella good tutorial, probably one of the best out there. Super simple to understand.
@TheyCallMeFelix Жыл бұрын
one thing that would help is demonstrate what to do after a user signs up like how to direct new user/signed in to a dashboard or another page. No one takes it to that step which is important
@misanduschool6281 Жыл бұрын
import this hook import { useNavigate } from 'react-router-dom'; then add navigate function inside singIn function navigate('/'); this will navigate user to home page
@mattfranks2372 Жыл бұрын
Perfect intro to this. Every other video i found had a ton of extra shit in it. This was great. didn't deviate from exactly what I needed to know.
@GMP9311 ай бұрын
"React Hook useEffect has a missing dependency: 'moviesCollectionRef'. Either include it or remove the dependency array react-hooks/exhaustive-deps" This error happens when calling a variable outside the scope of useEffect(). Moving the moviesCollectionRef variable out of the scope of App() resolved the problem. It's not an error, it's a warning, but I don't understand the logic of this warning
@bravo1oh1 Жыл бұрын
hey bro thanks for your videos.. i built my 1st firebase react app using your videos..
@lepetitebonjour Жыл бұрын
Fine video. Your timestamps is, however, not correct which is a bit incorrect. For instance the timestamp for "File Upload" is set to 01:03:46 but does in fact start around 01:19:00. Minor detail perhaps. But I one wants to only see the section about file uploads then it'll be annoying that the timestamps aren't correct.
@zalaam_0 Жыл бұрын
Finally i can perform now crud after this thanks a lot
@TYTAX_HOME_GYMS11 ай бұрын
Hello Pedro, are you planning to prepare a short tutorial about FireStore rules that you shown in this course on 1h:19min:00
@AbdullahM-lc7le Жыл бұрын
thank you pedro, you made easy to start firebase as begineer.please give a fullstact project using react,firebase.
@phuvinhvo23492 ай бұрын
It's exactly what i need, thank you alot, best wishes
@jasonsworld333 Жыл бұрын
Thank you for using proper folder structure. A lot of the best tutorials dont use file proper structure.
@AliAhmed-et8gd Жыл бұрын
Make a best practices and advanced tips & tricks pls 🥺
@VitorVelosoSA Жыл бұрын
Excellent video. This is a must watch for a beginner with the technology. Obrigado Machadão :)
@albertoiong6895 Жыл бұрын
Great tutorial on firebase with react !!! Please keep on recording and teaching us... 1000 thanks ...
@onahsunday0612 Жыл бұрын
Perfect, exactly what i have been waiting for..
@rasul7702 Жыл бұрын
Thank you! i very love your tutorials. they are the most understandtable for me
@mohammed_basher Жыл бұрын
You are a living legend
@tamanjiclaud65793 ай бұрын
bro you are an excellent teacher. thank you verymuch
@shivanighadge9899 Жыл бұрын
Thank you so much for the video. It was easy to understand for a beginner like me.
@crypto4elik Жыл бұрын
it was very useful even if i didnt finish this lecture, becaue all previous vids on YT are with old version of firebase) thanks)
@oussemabouyahia474 Жыл бұрын
great explanation , you could have just add how to find all that firebase methods from the documentation
@CleanDevelop Жыл бұрын
You made firebase look so awesome!!!
@ashindachu Жыл бұрын
Hey Pedro, this is an amazing tutorial but the timestamps have some error and u said u will mention the video link of uploading to firebase and displaying files to react video but u forgot to do it .Please do update it in the description
@1038001697 Жыл бұрын
Excellent tutorial! However, I have a question: What are the rules or guidelines for each user to have their own movie list?
@MrSerler6 ай бұрын
thank you for simple and valuable tutorial.
@nanatahirhammond1400 Жыл бұрын
Hi Pedro i just came across your videos and I can boldly say that your videos are job oriented but plz I don't know to start from JavaScript,node,react,Next,a guide plz I want to become a backend development
@syedusmanhassan Жыл бұрын
Pedro I have completed your react 7 hours course. Please upload Node, express, Mongo courses as well. or share some playlist link that would be really helpful, Thanks.
@yashraj6565 Жыл бұрын
just thanks man. you made my sunday ❤️
@ankush_57s7 ай бұрын
Great Video, vey helpful, very well explained, Watched complete video, deserve appreciation...
@sujithvs932210 ай бұрын
Amazing tutorial ❤❤
@noestu Жыл бұрын
Why do I keep getting the: Cross-Origin-Opener-Policy policy would block the window.closed call. error, after I click on the button with the signInWithPopup func? Thank you for an answer :)
@ibrahimolayiwola3605 Жыл бұрын
This video is fantastic. I really love it cos it made everything so easy for me .
@penguinxed Жыл бұрын
thank you bro for this great tutorial! may I ask if this is applicable on react native as well?
@agent-sz2qj6 ай бұрын
You are a life saver, thank you.
@sumitparashar9802 Жыл бұрын
This is really one of the most useful video on the topic if you really want to know how it all works.💚🤘
@avinashverma6533 Жыл бұрын
awesome explanation dude.
@olawoyetobi1199 Жыл бұрын
great tutorial, thanks pedro. but i have a question: how do you choose domain names or custumise domain names and stuffs like that with firebase hosting