{ "database": { "rules": "database.rules.json" }, "hosting": { "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [{ "source": "/app", "destination": "/" }, { "source": "/**", "destination": "/app" }], "cleanUrls": true, "trailingSlash": false } }