constants/cloud_storage_constants library
Constants
- assignedUserIdsFieldName → const String
- Field name for the task's assigned user IDs in Firestore.
- creationDateFieldName → const String
- Field name for the task creation date in Firestore.
- currentStreakFieldName → const String
- Field name for current streak counter in Firestore.
- descriptionFieldName → const String
- Field name for the task description in Firestore.
- displayNameFieldName → const String
- Field name for the user's display name in Firestore.
- dueDateFieldName → const String
- Field name for the task's due date in Firestore.
- emailFieldName → const String
- Field name for the user's email in Firestore.
- groupAdminIdsFieldName → const String
- Field name for the group admins list in Firestore.
- groupChatCollectionFieldName → const String
- Field name for the group chat messages collection in Firestore.
- groupChatMessageBodyFieldName → const String
- Field name for the group chat message body in Firestore.
- groupChatMessageDateFieldName → const String
- Field name for the group chat message date in Firestore.
- groupChatMessageGroupIdFieldName → const String
- Field name for the group chat message group ID in Firestore.
- groupChatMessageUserIdFieldName → const String
- Field name for the group chat message user ID in Firestore.
- groupDescriptionFieldName → const String
- Field name for the group description in Firestore.
- groupIdFieldName → const String
- Field name for the group ID in Firestore.
- groupInviteCodeFieldName → const String
- Field name for the group invitation code in Firestore.
- groupParticipantsFieldName → const String
- Field name for the group participants in Firestore.
- groupsCollectionFieldName → const String
- Field name for group collection
- groupTitleFieldName → const String
- Field name for the group title in Firestore.
- inviteCodeFieldName → const String
- Field name for the group's invite code in Firestore.
- isCompletedFieldName → const String
- Field name for the task completion status in Firestore.
- lastCompletedTaskDateFieldName → const String
- Field name for the date of the last completed task in Firestore.
- longBreakDurationFieldName → const String
- Field name for long break duration in minutes in Firestore.
- ownerUserIdFieldName → const String
- Field name for the user ID in Firestore.
- participantsFieldName → const String
- Field name for the group's participants list in Firestore.
- photoURLFieldName → const String
- Field name for the user's photo URL in Firestore.
- pomodorosUntilLongBreakFieldName → const String
- Field name for pomodoros until long break in Firestore.
- shortBreakDurationFieldName → const String
- Field name for short break duration in minutes in Firestore.
- taskCompletionDateTimeFieldName → const String
- Field name for date and time of the task's completion.
- tasksCollectionFieldName → const String
- Field name for task collection
- timerSettingsDocumentFieldName → const String
- Field name for timer settings document
- titleFieldName → const String
- Field name for the task title in Firestore.
- usersCollectionFieldName → const String
- Field name for the users collection in Firestore.
- userSettingsCollectionFieldName → const String
- Field name for user settings collection
- workDurationFieldName → const String
- Field name for work duration in minutes in Firestore.