Skip to content

Commit 3300959

Browse files
committed
✨ CollectionId 상수 추가
1 parent ae14470 commit 3300959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/src/main/java/com/whyranoid/data/constant/CollectionId.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ object CollectionId {
88
const val GROUP_NOTIFICATIONS_COLLECTION = "GroupNotifications"
99
const val START_NOTIFICATION = "start"
1010
const val FINISH_NOTIFICATION = "finish"
11+
const val POST_COLLECTION = "Posts"
1112
}

0 commit comments

Comments
 (0)