Hello. Did you search the community before creating a new topic? There are similar questions and answers.
Yosh
You can also download files from firebase storage to your app by using firebase database and download components.
First upload your files to firebase storage.
Get file url.
Store it in firebase database.
In download component set url to get value from firebase database.
Your file will be downloaded.