UNPKG

voluptasmollitia

Version:
32 lines (31 loc) 463 B
{ "database": { "rules": "database.rules.json" }, "hosting": { "public": "public", "rewrites": [ { "source": "/checkIfAuthenticated", "function": "checkIfAuthenticated" } ] }, "emulators": { "auth": { "port": 9099 }, "functions": { "port": 5001 }, "database": { "port": 9000 }, "hosting": { "port": 5000 }, "ui": { "enabled": true } } }