Skip to content

Commit

Permalink
Merge pull request #1594 from Mephistic/email-ext
Browse files Browse the repository at this point in the history
Email Notification Housekeeping
  • Loading branch information
Mephistic authored Aug 20, 2024
2 parents c0f6bb6 + e4e48c8 commit 26661e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"rules": "storage.rules"
},
"extensions": {
"firestore-send-email": "firebase/[email protected].26"
"firestore-send-email": "firebase/[email protected].34"
}
}
10 changes: 10 additions & 0 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,16 @@
"collectionGroup": "bills",
"fieldPath": "id",
"indexes": [{ "queryScope": "COLLECTION_GROUP", "order": "ASCENDING" }]
},
{
"collectionGroup": "activeTopicSubscriptions",
"fieldPath": "nextDigestAt",
"indexes": [{ "queryScope": "COLLECTION_GROUP", "order": "ASCENDING" }]
},
{
"collectionGroup": "publishedTestimony",
"fieldPath": "authorUid",
"indexes": [{ "queryScope": "COLLECTION_GROUP", "order": "ASCENDING" }]
}
]
}

0 comments on commit 26661e9

Please sign in to comment.