File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/firestore/src/core Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,6 @@ class QueryView {
77
77
* stream to identify this query.
78
78
*/
79
79
public targetId : TargetId ,
80
- /**
81
- * An identifier from the datastore backend that indicates the last state
82
- * of the results that was received. This can be used to indicate where
83
- * to continue receiving new doc changes for the query.
84
- */
85
- public resumeToken : ProtoByteString ,
86
80
/**
87
81
* The view is responsible for computing the final merged truth of what
88
82
* docs are in the query. It gets notified of local and remote changes,
@@ -198,7 +192,6 @@ export class SyncEngine implements RemoteSyncer {
198
192
const data = new QueryView (
199
193
query ,
200
194
queryData . targetId ,
201
- queryData . resumeToken ,
202
195
view
203
196
) ;
204
197
this . queryViewsByQuery . set ( query , data ) ;
You can’t perform that action at this time.
0 commit comments