๐Ÿ”‘ Match

Path match security rules to documents & collections

file_type_firebase firestore.rules
match /users/jeffd23 {
    // Single document
}

match /users/{userId} {
    // Single Collection
}

match /posts/{postId=**} {
    // Recursive wildcard, includes all subcollections
}

Questions? Let's chat

Open Discord