I want to build a react native app for upload images about products.Users will upload and comment about product. 1 products will have multible photos and different infos. But I dont know where to store photos.
I think I can use Node.js and Mongodb but I cant upload photos on Mongodb. I tried uploading photos on file system but Im not sure Netlfy or any other services give permission for uploading a lot of photo. Because size.
Maybe I can use Firebase for all of this but is there any better way for this? I dont know what else I can do.
I tried uploading photos on filesystem. It works. but is it allowed?
Please help me
2
Answers
I would recommend using https://supabase.com/ or https://www.convex.dev/. Both provides you with all you need to store images and they are great alternatives to Firebase.
Here are the multiple sources which you can use to upload images.
Cloudinary
Firebase Cloud Storage
And You can find More