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

186
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
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