firebase-storage-upload-example icon indicating copy to clipboard operation
firebase-storage-upload-example copied to clipboard

How can I access the uploaded files?

Open Nermin-K opened this issue 6 years ago • 0 comments

I want to access those files throw an uri, I don't want to download it. I have to play some audio files using Expo.Audio.Sound.create({uri: path}) so i want this path to be something like this https://www.englishdom.com/staticus/child.mp3 I don't really want to download it. I tried to use the download url with the audio function but it didn't work. so any help here, please?!

Nermin-K avatar Jul 01 '18 15:07 Nermin-K