Skip to content

Instantly share code, notes, and snippets.

@developit
Created October 29, 2015 02:53
Show Gist options
  • Save developit/b27ad8af7eacf92d2ef9 to your computer and use it in GitHub Desktop.
Save developit/b27ad8af7eacf92d2ef9 to your computer and use it in GitHub Desktop.
just replace your app name and go.
{
"firebase": "your-app-name-here",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source" : "**",
"headers" : [
{
"key" : "Access-Control-Allow-Origin",
"value" : "*"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment