I'm working on an iOS app and trying out Firebase. I'll have some audio files to stream in the app so I'm looking to use Firebase Storage for this. These files will be manually added by a user. From most of the tutorials and examples I've seen, they are all based on files being uploaded to storage from the app and then downloaded based off of that. In my case there will be multiple folders made, each containing multiple audio files.
Am I able to download these files to use in my app via Firebase Storage?