react-native-sound icon indicating copy to clipboard operation
react-native-sound copied to clipboard

how can i play from firebase link ?

Open shaheem-khanzada opened this issue 6 years ago • 2 comments

this is my link https://firebasestorage.googleapis.com/v0/b/chatonymous-309.appspot.com/o/audio%2F1531733254464?alt=media&token=5c11c5d0-ef12-4bd8-bccc-23d936726f3f

shaheem-khanzada avatar Jul 16 '18 09:07 shaheem-khanzada

Here is the code I use for my project.

this.audio = new Sound(DOWNLOAD_URL, null, (error) => {
    if (error) {
        // handle error
    }
    // download complete
});

vikeen avatar Jul 19 '18 23:07 vikeen

I still can't play url from firebase .

ArjunKarki avatar Oct 03 '22 01:10 ArjunKarki