Skip to content

Commit

Permalink
Update logging for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent 146acf5 commit 8ff4ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { onSchedule } from "firebase-functions/v2/scheduler";
import * as logger from "firebase-functions/logger";

export const testFunction2 = onSchedule("every 5 mins", async () => {
logger.info("Hello functions 2!", { structuredData: true });
export const unconsentedUserCleanup = onSchedule("every 5 mins", async () => {
logger.info("Hello from auto-deployed function unconsentedUserCleanup!", { structuredData: true });
});

0 comments on commit 8ff4ad3

Please sign in to comment.