Remove data.
Read moreHow do I use Storage in Firebase?
Create a default Cloud Storage bucket
Read moreHow do I get data from Firebase Storage 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.
Read more