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 2c73631 commit b898ab2Copy full SHA for b898ab2
firestore/src/main/user_data_converter_main.cc
@@ -444,6 +444,7 @@ Message<google_firestore_v1_Value> UserDataConverter::ParseScalar(
444
// Copy the blob so that pb_release can do the right thing.
445
result->bytes_value =
446
nanopb::MakeBytesArray(value.blob_value(), value.blob_size());
447
+ break;
448
}
449
450
case Type::kReference: {
0 commit comments