feat(date-memories): add DATE_HISTORY and DATE_REFLECTIONS to FirestoreCollections

This commit is contained in:
null 2026-06-30 18:14:00 -05:00
parent 540ef29041
commit f81987fa94
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ object FirestoreCollections {
const val DATE_MATCHES = "date_matches"
const val DATE_PLAN_PREFERENCES = "date_plan_preferences"
const val DATE_PLANS = "date_plans"
const val DATE_HISTORY = "date_history"
const val DATE_REFLECTIONS = "date_reflections"
const val BUCKET_LIST = "bucket_list"
const val DAILY_QUESTION = "daily_question"
const val CHALLENGES = "challenges"