Cloudianary setup

It provides you detail information about the cloudinary setup.

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

You need to Create a account, if you don't have or Login to your account. You need to update Cloud Name and uploadPreset .

Once you Login to Cloudinary navigate to Dashboard page and you can see Cloud name​‌

For uploadPreset you need to go into Settings > upload page you can see this section on bottom of that page​

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

Last updated