We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting
StorageException: StorageException has occurred. User does not have permission to access this object. Code: -13021 HttpResult: 403
service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write: if request.auth != null; } } }
Only working with Public access: allow read, write;
Public
allow read, write;
How to setup Public Read access & authenticated Write access?
Read
Write
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting
Only working with
Public
access:allow read, write;
How to setup Public
Read
access & authenticatedWrite
access?The text was updated successfully, but these errors were encountered: