We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54a41 commit e843c56Copy full SHA for e843c56
functions/src/notifications/cleanupNotifications.ts
@@ -10,7 +10,7 @@ const db = admin.firestore()
10
// TODO
11
// 1.) Do we actually want to delete old notifications? (check with Matt V)
12
// 2.) Do we actually want to delete old notificaiton events? Why not keep the history?
13
-// 3.) Should we just use the builtin TTL feature for all of these?
+// 3.) We should just use the builtin TTL feature for all of these, right?
14
// 4.) Should we use a bulk delete operation for firestore for all of these?
15
16
// Delete old notifications from userNotificationFeed collections
0 commit comments