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…
dora_paz
(Dora)
October 20, 2021, 6:18pm
2
Your problem is not with firebase but with your image’s path. Search community for error
open failed: ENOENT (No such file or directory)
dora_paz
(Dora)
October 20, 2021, 6:26pm
3
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 ?