Closed chatras closed 7 years ago
Is is possible to have an extension like .mp4 or .jpg on the images and videos uploaded? My video player is not able to play the video that I upload using this package. Any help will be appreciated :)
Nevermind I figure it out. This is my solution const fileName = 'name.jpg'; const imageRef = firebase.storage().ref(folder).child(fileName);
const fileName = 'name.jpg'; const imageRef = firebase.storage().ref(folder).child(fileName);
Is is possible to have an extension like .mp4 or .jpg on the images and videos uploaded? My video player is not able to play the video that I upload using this package. Any help will be appreciated :)