I spent a few days researching and reading articles of firebase, firebase Cloud Storage, nodejs, canvas, javascript, apis, etc. but what I found is complicated and I think there is an easier way to do it. Can someone guide me to get an easy solution?
It could be implemented with nodejs from the backend at the moment I receive the download URL or with javascript from the interface at the moment I am loading the video.mp4 file.
The upload of the video is done by File with the method ".put(file)
" and not by blob.
It could be done from the client side with the "File" interface or from the server side with node.js.