Cloud Config

It gives detailed information of Cloud Config and set up.

We store all the image on http://cloudinary.com/, but you can also use any other storage like Firebase Cloud Storage or AWS S3, etc. We are using cloudinary because it optimizes the images and gives you thumbnail size you needed in fly so no need to write a single line of code for generating the different size of same thumbnail images

You need to create an account if you don't have or Login to your account. You need to update Cloud Name and upload preset.

once you Login to Cloudinary navigate to Dashboard page, and you can see Cloud name

For uploading Preset, you need to go into Settings > upload page you can see this section on the bottom of that page

Click on Enable unsigned uploading and then you can see Preset name you can copy and paste it to the config file. Now all the images you are uploading will go through Cloudinary

Last updated