match /users/jeffd23 {
// Single document
}
match /users/{userId} {
// Single Collection
}
match /posts/{postId=**} {
// Recursive wildcard, includes all subcollections
}
Match Path match security rules to documents & collections
This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.
Questions?
Ask questions via GitHub below OR chat on Slack #questions