in the firebase storage my app can upload and can delete a file but download error:
(IOException) java.ioException: could not open resulting stream.
My rules:
rules_version = '2';
service firebase.storage {
match /b/*****.appspot.com/o {
match /public/{allPaths=**} {
allow read, write;
}...