I have a problem while trying to set an image of storage in ImageView
of Android Studio, this error in logcat appears:
User does not have permission to access this object. Code: -13021 HttpResult: 403 {"error": {"code": 403, "message": "Permission denied. Could not perform this operation"}} java.io.IOException: {"error": {"code": 403, "message": "Permission denied. Could not perform this operation"}}
The rules are released for everyone:
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write: if request.auth == null;
}
}
}