Skip to content

Commit

Permalink
Merge pull request #71 from supermurat/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
supermurat committed Apr 25, 2020
2 parents 1926750 + 2f5151c commit eba3681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions firebase/firestore.indexes.json
Expand Up @@ -4,31 +4,31 @@
"collectionGroup": "messages_en-US",
"queryScope": "COLLECTION",
"fields": [
{ "fieldPath": "isRead ", "order": "ASCENDING" },
{ "fieldPath": "isRead", "order": "ASCENDING" },
{ "fieldPath": "created", "order": "ASCENDING" }
]
},
{
"collectionGroup": "messages_en-US",
"queryScope": "COLLECTION",
"fields": [
{ "fieldPath": "isRead ", "order": "DESCENDING" },
{ "fieldPath": "isRead", "order": "DESCENDING" },
{ "fieldPath": "created", "order": "DESCENDING" }
]
},
{
"collectionGroup": "messages_tr-TR",
"queryScope": "COLLECTION",
"fields": [
{ "fieldPath": "isRead ", "order": "ASCENDING" },
{ "fieldPath": "isRead", "order": "ASCENDING" },
{ "fieldPath": "created", "order": "ASCENDING" }
]
},
{
"collectionGroup": "messages_tr-TR",
"queryScope": "COLLECTION",
"fields": [
{ "fieldPath": "isRead ", "order": "DESCENDING" },
{ "fieldPath": "isRead", "order": "DESCENDING" },
{ "fieldPath": "created", "order": "DESCENDING" }
]
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -76,7 +76,8 @@
"compodoc": "del-cli \"./documentation\" && compodoc -n \"super-firebase-angular documentation\" -p src/tsconfig.app.json --unitTestCoverage ./coverage/coverage-summary.json",
"compodoc:open": "npm run compodoc && open-cli \"./documentation/index.html\"",
"compodoc:cover": "compodoc -p src/tsconfig.app.json --coverageTest 70",
"commit": "commit-wizard"
"commit": "commit-wizard",
"clean": "del-cli \"./public\" && del-cli \"./coverage\" && del-cli \"./documentation\" && del-cli \"./functions/coverage\" && del-cli \"./functions/lib\" && del-cli \"./functions/dist\" && del-cli \"./functions/documentation\""
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit eba3681

Please sign in to comment.