feat(date-memories): add DATE_HISTORY and DATE_REFLECTIONS to FirestoreCollections
This commit is contained in:
parent
540ef29041
commit
f81987fa94
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue