Skip to content

Instantly share code, notes, and snippets.

@Spencer-Easton
Last active August 13, 2016 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spencer-Easton/0d203b757783e0d35087 to your computer and use it in GitHub Desktop.
Save Spencer-Easton/0d203b757783e0d35087 to your computer and use it in GitHub Desktop.
firebase.json hosting example
{
"hosting": {
"public": “.”,
"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