I'm starting to use Cloud Firestore and I have a question about the security rules. I need to know if I can set write permissions to a specific field. For example I have a collection named "tickets" and each document is:
ticket\
id: "firebaseIdklnalskdla",
status: "in_progress"
creation_date: "28/08/2018"
I need to specify "write" permissions only to the "status" field. Is that possible?