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

184
Views
Retrieve audio file from firebase using HTTP

It's even possible to retrieve data from a firebase storage collection without connect to firebase? I mean, only with HTTP requests?

Example: http.get(Uri.parse('cloud-storage-bucket-url'));

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

According to the Firebase documentation on download files from storage there are three ways to get the data from the bucket into your browser:

  1. As a byte array
  2. As a Blob object
  3. Through a download URL

The first two options require that you use the SDK to get the data, but while the third option also requires the SDK to generate a download URL, that URL then gives anyone read-only access to the data without needing the Firebase SDK.

The most common flow for this is:

  1. Your code uploads a file that the user selects.
  2. Your code generates a download URL for the new upload.
  3. Your code writes that download URL where other users can find it.

And then all users can get the data from the download URL, however they'd normally do it (fetch is fine, but so are any other tools that can read data from a HTTP URL).

about 4 years ago · Juan Pablo Isaza Report
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!