{ "database": { "rules": "database.rules.json" }, "hosting": { "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] }, "emulators": { "database": { "port": 9000 }, "hosting": { "port": 5000 }, "ui": { "enabled": true }, "singleProjectMode": true } }