Firebase Storage error: open failed: ENOENT (No such file or directory)

I have this error: open failed: ENOENT (No such file or directory)

Rules Storage:
rules_version = ‘2’;
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read;
allow write;
}
}
}

The configuration file is correctly named also google-services.jsont

Any idea…

Your problem is not with firebase but with your image’s path. Search community for error

open failed: ENOENT (No such file or directory)

Also image’s picture is set to a url, it is not stored in your phone as I understand from your blocks. So how can you upload something that isn’t stored in your phone ?