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 4c572f7 commit e12fb04Copy full SHA for e12fb04
firestore/src/main/user_data_converter_main.cc
@@ -475,7 +475,6 @@ Message<google_firestore_v1_Value> UserDataConverter::ParseScalar(
475
"documents", key.ToString()})
476
.CanonicalString();
477
478
- Message<google_firestore_v1_Value> result;
479
result->which_value_type = google_firestore_v1_Value_reference_value_tag;
480
result->reference_value = nanopb::MakeBytesArray(reference_name);
481
}
0 commit comments