How to download files from firebase storage.

Hello colleagues

I am a newbie and want to design an app to download files (.jpg or mp3) from my firebase storage…

I designed these blocks which work correctly but online only… I need to download load the files and then read it from the phone…

Any help will be appreciated…

Many thanks in advance

Its simple.

  1. First upload your files to firebase storage.

  2. Get file URL.

  3. Store them in firebase database.

  4. Call them whenever necessary in your app.

You can also download them from your app by using file URL as download link.

By downloading files in a specific folder, you can access them anytime from your app.

You just need the file path.