I'm trying to set up security rules for my cloud firestore, but I'm confused about which database the rules should apply to.
The only feature I currently use is logging Firebase events. Do the security rules apply to Firebase events? If so, for which database should rules be written? And if not, can I deny read/write access to all and the events will still be logged and sent to BigQuery?