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 6e89274 commit 78ef3c8Copy full SHA for 78ef3c8
Firestore/Source/API/FSTUserDataReader.mm
@@ -305,8 +305,7 @@ - (ParsedUpdateData)parsedUpdateData:(id)input {
305
context:(ParseContext &&)context {
306
__block Message<google_firestore_v1_Value> result;
307
result->which_value_type = google_firestore_v1_Value_map_value_tag;
308
- result->map_value.fields_count = 0;
309
- result->map_value.fields = nil;
+ result->map_value = {};
310
311
if (dict.count == 0) {
312
const FieldPath *path = context.path();
0 commit comments