Skip to content

Commit

Permalink
Removed absolute Firebase files
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Nov 3, 2020
1 parent f20876a commit 660cdb5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 56 deletions.
9 changes: 0 additions & 9 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"projects": {
"default": "postwoman-api"
},
"targets": {
"postwoman-api": {
"hosting": {
"postwoman": [
"postwoman"
]
}
}
}
}
6 changes: 0 additions & 6 deletions database.rules.json

This file was deleted.

12 changes: 0 additions & 12 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"database": {
"rules": "database.rules.json"
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"hosting": {
"target": "postwoman",
"public": "dist",
"cleanUrls": true,
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
},
"storage": {
"rules": "storage.rules"
}
}
22 changes: 0 additions & 22 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
{
// Example:
//
// "indexes": [
// {
// "collectionGroup": "widgets",
// "queryScope": "COLLECTION",
// "fields": [
// { "fieldPath": "foo", "arrayConfig": "CONTAINS" },
// { "fieldPath": "bar", "mode": "DESCENDING" }
// ]
// },
//
// "fieldOverrides": [
// {
// "collectionGroup": "widgets",
// "fieldPath": "baz",
// "indexes": [
// { "order": "ASCENDING", "queryScope": "COLLECTION" }
// ]
// },
// ]
// ]
"indexes": [],
"fieldOverrides": []
}
7 changes: 0 additions & 7 deletions storage.rules

This file was deleted.

0 comments on commit 660cdb5

Please sign in to comment.