Download Multiple Videos from Firebase

Hello,

I am currently downloading multiple videos, possibly 50 and moving from temp to local storage for offline use. This works great but I am currently downloading, moving and getting/storing the local path for each one individually. I then check if internet exists/play from local/web depending on the output.

This however is causing the download to take quite a while.

Does anyone know an easier way to do this? Possibly download multple files at once, as a list?

Please let me know your thoughts on this.

Thanks,
Shane