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 80e8777 commit 10c9b72Copy full SHA for 10c9b72
scripts/firebase-admin/backfillNextDigestAt.ts
@@ -13,11 +13,6 @@ import { Profile } from "../../components/db/profile/types"
13
import { Script } from "./types"
14
import { Boolean, Record } from "runtypes"
15
16
-// todo - actually move nextDigestAt into profiles
17
-// - no reason not to do it now, we have the backfill and the rules
18
-// don't protect any collection
19
-// I'll need to fix the rules so that writes to the `profiles::nextDigestAt` field can only be made by admins
20
-// - e.g. this script, the deliverNotifcaitons script, or theupdateNotifiaciotn script
21
const Args = Record({
22
dryRun: Boolean
23
})
0 commit comments