Firebase Storage Problem

Hello,

Since 6 months ago in my App I’m using the Firebase Storage extension to upload photos, but since yesterday it’ s generating this error in other devices, its so strange that in my device I don’t see the error, only in the other devices.

My configuration:

image

Please someone can help me?

Revert back to default test mode rules set. It will start working again.

rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write: if request.auth != null;
    }
  }
}