diff --git a/functions/src/index.ts b/functions/src/index.ts index 1b098388..61c59cc9 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -25,6 +25,8 @@ export { sendStreakReminder } from './notifications/streakReminder' export { sendReengagementReminder } from './notifications/reengagement' export { checkDeviceIntegrity } from './security/checkDeviceIntegrity' export { notifyOnDateMatch } from './dates/createDateMatch' +export { onDateReflectionWritten } from './dates/onDateReflectionWritten' +export { onDateHistoryCreated } from './dates/onDateHistoryCreated' export { assignDailyQuestion, assignDailyQuestionCallable,