JSON Formatter for Firebase Config
Your data never leaves your browserFirebase configs contain project IDs and API keys. Format locally.
Example
{"projects": {"default": "my-app"}, "hosting": {"public": "dist", "rewrites": [{"source": "/api/**", "function": "api"}]}}Tips
- 1Validate firebase.json before deploy.
- 2Tree view for rewrite rules.
- 3Format Realtime Database exports.
Frequently Asked Questions
Firestore exports?
Yes. Standard JSON.
Safe?
Yes. Browser only.
Database rules?
If JSON format, yes.