Using React to Upload to Firebase Storage and retrieving it's URL (using the Async/Await method)

Опубликовано: 25 Июль 2021
на канале: ZeroLife
500
4

NOTE:
I have to replace the angle brackets parentheses for me to paste the code:

onClick={(e)=)e.currentTarget.querySelector("#handleAddPhoto").click()}

function handleAddPhoto(e){(async()=){
const file = e.target.files[0]
const refFile = firebase.storage().ref(`/userProfiles/${currentUser.uid}`)
const put = await refFile.child(file.name).put(file);
const url = await put.ref.getDownloadURL();
console.log(url)
})()};

PAT:   / rezatahirkheli  
PP: https://www.paypal.com/paypalme/rezat...
BTC: 3EUQBWZKX9Vcwdffd3cUGATQopxrAQQxJ9
LTC: MBXE6hJgxxFYSD8SjmR7sHCHGTqFXmNGoU
GFM: https://gofund.me/7d6500bd


Смотрите видео Using React to Upload to Firebase Storage and retrieving it's URL (using the Async/Await method) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь ZeroLife 25 Июль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 500 раз и оно понравилось 4 людям.