Skip to content

Commit

Permalink
Adding support for DocumentSnapshot cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Jan 11, 2018
1 parent 3db08f1 commit 9cea9e4
Show file tree
Hide file tree
Showing 7 changed files with 424 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import com.google.firestore.v1beta1.DocumentTransform.FieldTransform;
import com.google.firestore.v1beta1.Write;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
Expand All @@ -32,7 +31,7 @@
final class DocumentTransform {

private DocumentReference documentReference;
private final SortedMap<FieldPath, FieldTransform> transforms; // Sorted for testing.
private final SortedMap<FieldPath, FieldTransform> transforms; // Sorted for testing.

private DocumentTransform(
DocumentReference documentReference, SortedMap<FieldPath, FieldTransform> transforms) {
Expand Down
Loading

0 comments on commit 9cea9e4

Please sign in to comment.