DEV Community

Nipuna Weerasekara
Nipuna Weerasekara

Posted on

Let's upload images from ReactJS app to Firebase Storage easily... 😉

For a while I have been searching for a good article on uploading images to the Firebase Storage via a ReactJS app with Redux. Unfortunate me, I have not found any understandable reference with clear, sure shot, straightforward answers. All of them wee pointing somewhere else. Therefore, I created my own tutorial just going through the Firebase documents. Hope you will find it helpful.

The basic idea is that we first upload the image to the Firebase storage and then we save the URL of the image to a Firestore collection for later retrieval. It as simple as that.

The tutorial I wrote is on my GitHub repo's readme file.

Please find it from here

If you find it helpful, please don't forget to share it with others and hit a star and it will just makes me happy... 🙃🙃🙃

If you find any issues or have any questions please send me a message and I'll try my best to answer it.

Until next time, Peace...
😁😁😁

Top comments (0)