Security checks reference

Below is a complete list of all checks FireGuard runs when you click "Analyze".

How to use

  1. Paste your firestore.rules content into the editor on the left
  2. Click Analyze Security Rules
  3. Review issues sorted by severity (Critical โ†’ Low)
  4. Apply the suggested fixes to your rules file
  5. Re-run to confirm the issues are resolved

Privacy

All analysis happens 100% in your browser using JavaScript. Your rules are never sent to any external server. FireGuard has no backend.

Limitations

FireGuard performs static analysis โ€” it can't simulate actual Firestore reads/writes. For comprehensive testing, use the Firebase Emulator Suite alongside FireGuard.