Firestore security rules with spaces in path
问题 I need to create a firestore rule for a sub collection called "Test Cases". Since firestore rules aren't written in javascript, I can't seem to get the path after match to accept a space without an error. I've tried quotes, backslashes for escape characters, and putting the whole path in quotes. I haven't found anything for this in the firestore documentation or on stack overflow. How can I allow a spaces in the path after match, in the example below, in the path including "Test Cases"?