JSON Formatter for Firebase Config

Your data never leaves your browser

Firebase configs contain project IDs and API keys. Format locally.

Example

{"projects": {"default": "my-app"}, "hosting": {"public": "dist", "rewrites": [{"source": "/api/**", "function": "api"}]}}

Tips

  1. 1Validate firebase.json before deploy.
  2. 2Tree view for rewrite rules.
  3. 3Format Realtime Database exports.

Frequently Asked Questions

Firestore exports?

Yes. Standard JSON.

Safe?

Yes. Browser only.

Database rules?

If JSON format, yes.