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 a241d07 commit c26b4e5Copy full SHA for c26b4e5
firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteSerializer.java
@@ -499,6 +499,7 @@ public Target encodeTarget(TargetData targetData) {
499
builder.setResumeToken(targetData.getResumeToken());
500
}
501
502
+ // TODO(Mila) Incorporate this into the if statement above.
503
if (targetData.getExpectedCount() != null
504
&& (!targetData.getResumeToken().isEmpty()
505
|| targetData.getSnapshotVersion().compareTo(SnapshotVersion.NONE) > 0)) {
0 commit comments