Skip to content

Instantly share code, notes, and snippets.

@jbrown
Created February 26, 2015 17:42
Show Gist options
  • Save jbrown/3d337666343c5640c1a2 to your computer and use it in GitHub Desktop.
Save jbrown/3d337666343c5640c1a2 to your computer and use it in GitHub Desktop.
Firebase Ember
{
"firebase": "NAME",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [{
"source": "**",
"destination": "/index.html"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment