Salam
(Salam A.W.)
1
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.
-
First upload your files to firebase storage.
-
Get file URL.
-
Store them in firebase database.
-
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.