Why does a Firestore security rule using get() not work while another rule using resource.data works?
I've been working on a chat app in order to get used to Cloud Firestore. Below is the structure of its database. rooms ├ xxxxxx │ ├ messages │ │ ├ xxxxxx │ │ └ xxxxxx │ └ private ...