If you already have download infrastructure based around URLs, or just want a URL to share, you can get the download URL for a file by calling the getDownloadUrl() method on a storage reference .
Read moreHow do I retrieve data from Firebase storage in Flutter?
Go to your project dashboard on Firebase Console, select “Storage” from the left-hand menu then you can see the bucket path as shown in the screenshot below: You don’t have to manually add the path to your Flutter code because it will be handled automatically by Firebase packages.22 Şub 2022
Read more