Firebase – Access the underlying value of resource.data for list query in firestore security rules?
Within firestore security rules, is there a way to get direct access to the value of a resource.data for a list query? More specifically, for array-contains. I’d like to use the value of the list query and do some transformations…