Skip to content

Instantly share code, notes, and snippets.

@sambshapiro
Created March 8, 2020 19:31
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 sambshapiro/011a697a87f6816184ee7990803ea6be to your computer and use it in GitHub Desktop.
Save sambshapiro/011a697a87f6816184ee7990803ea6be to your computer and use it in GitHub Desktop.
Firebase.json example
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"hosting": {
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment