Firecode Formatter
Your Firestore Rules
Paste your rules below to get started.
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } }
Format with AI
Explain Rules
Formatted
Explanation
Formatted Rules
Review and download your improved rules.
Download
Click "Format with AI" to see the results here.