We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3110fb3 commit f11319dCopy full SHA for f11319d
1 file changed
DevLog/Infra/Common/FirestorePath.swift
@@ -10,7 +10,7 @@ enum FirestorePath {
10
case users
11
case userData
12
case counters
13
- case todos
+ case todoLists
14
case notifications
15
case webPages
16
}
@@ -40,7 +40,7 @@ enum FirestorePath {
40
41
42
static func todos(_ uid: String) -> String {
43
- "\(user(uid))/\(Collection.todos.rawValue)"
+ "\(user(uid))/\(Collection.todoLists.rawValue)"
44
45
46
static func todo(_ uid: String, todoId: String) -> String {
0 commit comments