Files

23 lines
373 B
JSON
Raw Permalink Normal View History

2016-07-12 12:53:47 -07:00
{
"rules": "firebase_rules.json",
"hosting": {
"public": "doc",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
2019-09-05 16:08:48 -07:00
"source": "snippets/**.dart",
"headers": [
{
"key": "Access-Control-Allow-Origin",
2019-09-05 16:08:48 -07:00
"value": "*"
}
]
}
2016-07-12 12:53:47 -07:00
]
}
}