As an android developer this is a problem that I am stumped with.
I have about 5000 mp3 files that I want to add to my firebase storage in different folders. Till now I have been adding the files from the browser and simply copying and pasting the urls in the firestore and using them in my android project.
Now that I need to upload so many files how will I be able to get
The urls of the files This is really important I need to find out a way to get the urls of the uploaded files, I don't want to end up to do this manually.
Metadata of the files, just the duration actually. If this is doable with some plugin service with firebase then it will be really helpful or some third party application that I can run on my computer.
Please help.