Skip to content

Commit

Permalink
Merge 9406aa9 into 8938c8b
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianovide committed Jun 14, 2021
2 parents 8938c8b + 9406aa9 commit f95adba
Show file tree
Hide file tree
Showing 10 changed files with 538 additions and 3,723 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ typings/
.firebase
build
serviceAccountKey.json
scripts/tmp.jpg

.DS_Store

# these files are copied at build time
functions/config.json
public/config.json
public/config.js
tmp.jpg
8 changes: 4 additions & 4 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"collectionGroup": "photos",
"queryScope": "COLLECTION",
"fields": [
{ "fieldPath": "published", "mode": "ASCENDING" },
{ "fieldPath": "moderated", "mode": "DESCENDING" }
{ "fieldPath": "moderated", "mode": "ASCENDING" },
{ "fieldPath": "updated", "mode": "DESCENDING" }
]
},
{
"collectionGroup": "photos",
"queryScope": "COLLECTION",
"fields": [
{ "fieldPath": "moderated", "mode": "ASCENDING" },
{ "fieldPath": "updated", "mode": "DESCENDING" }
{ "fieldPath": "published", "mode": "ASCENDING" },
{ "fieldPath": "updated", "mode": "ASCENDING" }
]
}
]
Expand Down

0 comments on commit f95adba

Please sign in to comment.