Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

75
Vistas
react-native-storage uploading video

I'm using '@react-native-firebase/storage' to try and get a local video file saved to their servers to pull down later in my react native app.

I'm not getting an error weirdly, but i've tried so many different things and cant get anything to work!

help?

let videoFileRef = storage().ref('users').child('testing' + '/videoImage')

     fetch(video.uri)
         .then(res => res.blob())   // get file ready to send to firebase storage
            .then(blob => videoFileRef.putFile(blob)) // send to firebase storage - BROKEN
            .then(task => task.ref.getDownloadURL()}) // get download URL
            .then(downloadURL => {   
                 firestore().collection('users').doc('testing').set({
                     donwnloadURL: downloadURL,
                 })
            })
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda