firebase-storage-upload-example
firebase-storage-upload-example copied to clipboard
How can I access the uploaded files?
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?!