Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created November 7, 2022 21:20
Show Gist options
  • Select an option

  • Save bbachi/9234fd7be4909e655cd1d905061d5ef0 to your computer and use it in GitHub Desktop.

Select an option

Save bbachi/9234fd7be4909e655cd1d905061d5ef0 to your computer and use it in GitHub Desktop.
Firebase
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "dist/static-angular-firebase",
"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