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 c599106 commit 9354a50Copy full SHA for 9354a50
firebase-firestore/src/roboUtil/java/com/google/firebase/firestore/Values.java
@@ -54,7 +54,6 @@ public static Value valueOf(Object o) {
54
return Value.newBuilder().setStringValue((String) o).build();
55
} else if (o instanceof Blob) {
56
return Value.newBuilder().setBytesValue(((Blob) o).toByteString()).build();
57
-
58
} else if (o instanceof DocumentReference) {
59
return Value.newBuilder()
60
.setReferenceValue(
0 commit comments