Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

74
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!