Per field rules in Firestore Security Rules
问题 I have a bunch of documents that contain a few fields each. How can I write rules that only apply to a specific field in each document? For example, if my documents looked like this: { "displayName": "John Doe", // read and write "accessLevel": 3 // read only } How could I make it so that you can Read display name and access level Write to the display name Not write to the access level I've gone through a lot of videos and Firestore docs and haven't found anything that shows how you would