Skip to content

Instantly share code, notes, and snippets.

@B-PRAVEEN
Created September 7, 2019 15:57
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 B-PRAVEEN/5bc8599ae62b5d9122c3b8c1a611f7a7 to your computer and use it in GitHub Desktop.
Save B-PRAVEEN/5bc8599ae62b5d9122c3b8c1a611f7a7 to your computer and use it in GitHub Desktop.
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "build/default/public",
"rewrites": [
{
"source": "/fns/**",
"function": "fns"
},
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment