Skip to content
New issue

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

Update security rule for collection group queries #2

Open
dosstx opened this issue Feb 26, 2021 · 0 comments
Open

Update security rule for collection group queries #2

dosstx opened this issue Feb 26, 2021 · 0 comments

Comments

@dosstx
Copy link

dosstx commented Feb 26, 2021

For some reason, I needed to update the security rule of this course from:

// Required for collection group queries
match /posts/{postId} {
allow read;
}

to

// Required for collection group queries
match /{path=**}/posts/{postId} {
allow read;
}

Otherwise I was getting permission denied errors. The docs also state this here: https://firebase.google.com/docs/firestore/security/rules-query#collection_group_queries_and_security_rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant