Commit 7ec2d5c
authored
Update firestore.dart to fix pagination with document snapshot
When paginating you can either pass an array of field values for. the cursor document, or you can pass a single `DocumentSnapshot` object. The code samples for using a `DocumentSnapshot` call the wrong function, and this PR fixes that.1 parent 4c09819 commit 7ec2d5c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
932 | | - | |
| 932 | + | |
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| |||
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
954 | | - | |
| 954 | + | |
955 | 955 | | |
956 | 956 | | |
957 | 957 | | |
| |||
0 commit comments