Skip to content

Commit a514a35

Browse files
Merge f2f2dc2 into f9c6dde
2 parents f9c6dde + f2f2dc2 commit a514a35

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/firestore/src/local/local_store.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -943,20 +943,6 @@ export class LocalStore {
943943
});
944944
}
945945

946-
/**
947-
* Returns the keys of the documents that are associated with the given
948-
* target id in the remote table.
949-
*/
950-
remoteDocumentKeys(targetId: TargetId): Promise<DocumentKeySet> {
951-
return this.persistence.runTransaction(
952-
'Remote document keys',
953-
'readonly',
954-
txn => {
955-
return this.targetCache.getMatchingKeysForTargetId(txn, targetId);
956-
}
957-
);
958-
}
959-
960946
private applyWriteToRemoteDocuments(
961947
txn: PersistenceTransaction,
962948
batchResult: MutationBatchResult,

0 commit comments

Comments
 (0)