@@notahacker30 a friend of mine jumped on zoom and noticed that I did not put a s at the end of 'file' lol :( so I am halfway through the video now I will finish the other half soon hopefully it goes well thanks for replying.
Ok I got everything to work exactly like the video. However I want to make an image gallery, what extra steps need to be taken to display multiple images?
Yes, that is possible. You will have to use the login method from firebase, and once logged in show the picture. This tutorial is very simple, but it will help you get to that point. Please let me know if you have any questions.
Hi Jaycon! At the moment, I don't, but if you want to upload images all you have to do is change the directory. That will create another folder and inside that folder will be the image. Everytime you upload a picture, it will have its own folder.
I loved how you explained everything fast and clearly at the same time. You just earned a new subscriber
Its not profile picture its just upload image, but how did it in scope of Firebase Authorization?
Oh thank You for this tutorial, I was two days knocking My head to do this mecanic.
Glad it helped
Thank you! Keep them coming.
Super useful
Thank you!
How do you tie storage bucket to user so when you have multiple users they don't call the wrong photo
hi beautifull..do you know how to allow a user to post once on a base in real time..for every uid published on that base..thanks.🙄
i am getting cors error how to solve it?
very simple, you saved me, thanks !
On the first console.log mine says cannot display 0 of undefined. :(
Please double check your code. It's very difficult to help you without seeing your code. Also, refer to my repo.
@@notahacker30 a friend of mine jumped on zoom and noticed that I did not put a s at the end of 'file' lol :( so I am halfway through the video now I will finish the other half soon hopefully it goes well thanks for replying.
That was amazing bro, you saved me, thanks.
Ok I got everything to work exactly like the video. However I want to make an image gallery, what extra steps need to be taken to display multiple images?
Update. I have the image gallery working. With DELETE!
it lost after reload page((
could you do a profile picture only if logged in? please
Yes, that is possible. You will have to use the login method from firebase, and once logged in show the picture.
This tutorial is very simple, but it will help you get to that point.
Please let me know if you have any questions.
@@notahacker30 ok
@@notahacker30 thanks!
Can you do a tutorial on how to upload multiple images man? And display it to ui, thank you very much.
Hello, very good video! Thanks for the guidance. On my webapplication when I reload the page, the image disappears. Does that happens for you to?
Hi xMarcakizez, the image should not disappear since it will use the image from the database. Please check your code again.
Thank you very much you have saved a life
Hello sir good day, do you have an example uploading multiple images react to firebase sir?
Hi Jaycon! At the moment, I don't, but if you want to upload images all you have to do is change the directory. That will create another folder and inside that folder will be the image. Everytime you upload a picture, it will have its own folder.
Solved how to create specific folders for each user
const imageRef = ref(storage, `/images/${currentUser.displayName}/` + image.name)
Is there a repo for this?
Yes, its down in the description.
Thanks bud
thank you bro
thanks a bunch
Thank you
No problem!
very Helpful and try to upload messenger app little bit fast, If possible
Yes, I will be uploading it sometime next week.