File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Firestore/Swift/Source/Codable Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ public struct DocumentID<Value: DocumentIDWrappable & Codable>:
130
130
service: " [FirebaseFirestoreSwift] " ,
131
131
code: " I-FST000002 " ,
132
132
message: """
133
- Attempting to initialize or set a @DocumentID property with a non-nil
134
- value: \( value) . The document ID is managed by Firestore and any
135
- initialized or set value will be ignored. The ID is automatically set
136
- when reading from Firestore. "
133
+ Attempting to initialize or set a @DocumentID property with a non-nil \
134
+ value: " \( value) " . The document ID is managed by Firestore and any \
135
+ initialized or set value will be ignored. The ID is automatically set \
136
+ when reading from Firestore.
137
137
"""
138
138
)
139
139
}
You can’t perform that action at this time.
0 commit comments