Search code examples
firebasegoogle-cloud-firestorefirebase-security

Firebase security rules for Firebase events


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?


Solution

  • It sounds like you're using Google Analytics for Firebase to log events. There are no server-side security rules that affect either the logging of these events, nor their export to BigQuery.