I want to make an app from which I can upload images, pdf, and other files and my friends can download them.
Thank you
I want to make an app from which I can upload images, pdf, and other files and my friends can download them.
Thank you
You can do something like that with images and i believe videos.
Using Cloudinary, you can call an upload and once the upload is complete, return a link to view.
You could then use lists and firebase, so when uploading the item, you select file and select a name.
I can make up a demonstration for you if you would like