I am working on a react project pretty much like a social media app where users can upload images or videos. I am using firebase storage to store the image and videos.
I can able to accomplish image uploading by using react react-firebase-file-uploader package but as I am new to web development, I am struggling to find the solution for uploading videos for react.
I have searched the whole internet but I couldn't find a proper solution to accomplish these tasks.
I required to upload only video/videos and want to preview it/them before uploading data to firebase storage.
I need to compress the video to reduce the file size before uploading or after uploading to firebase storage using cloud functions.
Thank you very much for your help.