We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae14470 commit 3300959Copy full SHA for 3300959
data/src/main/java/com/whyranoid/data/constant/CollectionId.kt
@@ -8,4 +8,5 @@ object CollectionId {
8
const val GROUP_NOTIFICATIONS_COLLECTION = "GroupNotifications"
9
const val START_NOTIFICATION = "start"
10
const val FINISH_NOTIFICATION = "finish"
11
+ const val POST_COLLECTION = "Posts"
12
}
0 commit comments