79244653

Date: 2024-12-02 15:38:36
Score: 1
Natty:
Report link

Modified firestore rule for your setup:

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

Try with this i hope it's useful

HAPPY CODING :)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tulsi virani