@firebase/firestore 3.4.4-canary.0482aa5b7 → 3.4.4-canary.3fe2c4a03

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
  2. package/dist/firestore/src/local/indexeddb_persistence.d.ts +4 -4
  3. package/dist/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
  4. package/dist/firestore/src/local/indexeddb_schema.d.ts +35 -7
  5. package/dist/firestore/src/local/local_documents_view.d.ts +0 -1
  6. package/dist/firestore/src/local/local_serializer.d.ts +7 -2
  7. package/dist/firestore/src/local/memory_persistence.d.ts +3 -2
  8. package/dist/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
  9. package/dist/firestore/src/local/persistence.d.ts +2 -2
  10. package/dist/firestore/src/local/remote_document_cache.d.ts +7 -9
  11. package/dist/firestore/src/local/simple_db.d.ts +1 -0
  12. package/dist/firestore/src/model/field_index.d.ts +2 -2
  13. package/dist/firestore/test/unit/local/counting_query_engine.d.ts +3 -3
  14. package/dist/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
  15. package/dist/firestore/test/unit/local/test_index_manager.d.ts +11 -0
  16. package/dist/firestore/test/unit/local/test_remote_document_cache.d.ts +4 -2
  17. package/dist/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
  18. package/dist/index.esm2017.js +2619 -2547
  19. package/dist/index.esm2017.js.map +1 -1
  20. package/dist/index.esm5.js +2929 -2822
  21. package/dist/index.esm5.js.map +1 -1
  22. package/dist/index.node.cjs.js +234 -143
  23. package/dist/index.node.cjs.js.map +1 -1
  24. package/dist/index.node.mjs +234 -143
  25. package/dist/index.node.mjs.map +1 -1
  26. package/dist/index.rn.js +2614 -2546
  27. package/dist/index.rn.js.map +1 -1
  28. package/dist/internal.d.ts +9 -12
  29. package/dist/lite/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
  30. package/dist/lite/firestore/src/local/indexeddb_persistence.d.ts +4 -4
  31. package/dist/lite/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
  32. package/dist/lite/firestore/src/local/indexeddb_schema.d.ts +35 -7
  33. package/dist/lite/firestore/src/local/local_documents_view.d.ts +0 -1
  34. package/dist/lite/firestore/src/local/local_serializer.d.ts +7 -2
  35. package/dist/lite/firestore/src/local/memory_persistence.d.ts +3 -2
  36. package/dist/lite/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
  37. package/dist/lite/firestore/src/local/persistence.d.ts +2 -2
  38. package/dist/lite/firestore/src/local/remote_document_cache.d.ts +7 -9
  39. package/dist/lite/firestore/src/local/simple_db.d.ts +1 -0
  40. package/dist/lite/firestore/src/model/field_index.d.ts +2 -2
  41. package/dist/lite/firestore/test/unit/local/counting_query_engine.d.ts +3 -3
  42. package/dist/lite/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
  43. package/dist/lite/firestore/test/unit/local/test_index_manager.d.ts +11 -0
  44. package/dist/lite/firestore/test/unit/local/test_remote_document_cache.d.ts +4 -2
  45. package/dist/lite/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
  46. package/dist/lite/index.browser.esm2017.js +1112 -1112
  47. package/dist/lite/index.browser.esm2017.js.map +1 -1
  48. package/dist/lite/index.browser.esm5.js +14 -14
  49. package/dist/lite/index.browser.esm5.js.map +1 -1
  50. package/dist/lite/index.node.cjs.js +2 -2
  51. package/dist/lite/index.node.cjs.js.map +1 -1
  52. package/dist/lite/index.node.mjs +2 -2
  53. package/dist/lite/index.node.mjs.map +1 -1
  54. package/dist/lite/index.rn.esm2017.js +2 -2
  55. package/dist/lite/index.rn.esm2017.js.map +1 -1
  56. package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +112 -112
  57. package/dist/lite/packages/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
  58. package/dist/lite/packages/firestore/src/local/indexeddb_persistence.d.ts +4 -4
  59. package/dist/lite/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
  60. package/dist/lite/packages/firestore/src/local/indexeddb_schema.d.ts +35 -7
  61. package/dist/lite/packages/firestore/src/local/local_documents_view.d.ts +0 -1
  62. package/dist/lite/packages/firestore/src/local/local_serializer.d.ts +7 -2
  63. package/dist/lite/packages/firestore/src/local/memory_persistence.d.ts +3 -2
  64. package/dist/lite/packages/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
  65. package/dist/lite/packages/firestore/src/local/persistence.d.ts +2 -2
  66. package/dist/lite/packages/firestore/src/local/remote_document_cache.d.ts +7 -9
  67. package/dist/lite/packages/firestore/src/local/simple_db.d.ts +1 -0
  68. package/dist/lite/packages/firestore/src/model/field_index.d.ts +2 -2
  69. package/dist/lite/packages/firestore/test/unit/local/counting_query_engine.d.ts +3 -3
  70. package/dist/lite/packages/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
  71. package/dist/lite/packages/firestore/test/unit/local/test_index_manager.d.ts +11 -0
  72. package/dist/lite/packages/firestore/test/unit/local/test_remote_document_cache.d.ts +4 -2
  73. package/dist/lite/packages/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
  74. package/dist/packages/firestore/dist/index.esm2017.d.ts +174 -174
  75. package/dist/packages/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
  76. package/dist/packages/firestore/src/local/indexeddb_persistence.d.ts +4 -4
  77. package/dist/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
  78. package/dist/packages/firestore/src/local/indexeddb_schema.d.ts +35 -7
  79. package/dist/packages/firestore/src/local/local_documents_view.d.ts +0 -1
  80. package/dist/packages/firestore/src/local/local_serializer.d.ts +7 -2
  81. package/dist/packages/firestore/src/local/memory_persistence.d.ts +3 -2
  82. package/dist/packages/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
  83. package/dist/packages/firestore/src/local/persistence.d.ts +2 -2
  84. package/dist/packages/firestore/src/local/remote_document_cache.d.ts +7 -9
  85. package/dist/packages/firestore/src/local/simple_db.d.ts +1 -0
  86. package/dist/packages/firestore/src/model/field_index.d.ts +2 -2
  87. package/dist/packages/firestore/test/unit/local/counting_query_engine.d.ts +3 -3
  88. package/dist/packages/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
  89. package/dist/packages/firestore/test/unit/local/test_index_manager.d.ts +11 -0
  90. package/dist/packages/firestore/test/unit/local/test_remote_document_cache.d.ts +4 -2
  91. package/dist/packages/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
  92. package/dist/private.d.ts +9 -12
  93. package/package.json +9 -9
@@ -14,6 +14,7 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ import { User } from '../auth/user';
17
18
  import { Target } from '../core/target';
18
19
  import { DocumentKeySet, DocumentMap } from '../model/collections';
19
20
  import { FieldIndex, IndexOffset } from '../model/field_index';
@@ -23,16 +24,22 @@ import { PersistencePromise } from './persistence_promise';
23
24
  import { PersistenceTransaction } from './persistence_transaction';
24
25
  /**
25
26
  * A persisted implementation of IndexManager.
27
+ *
28
+ * PORTING NOTE: Unlike iOS and Android, the Web SDK does not memoize index
29
+ * data as it supports multi-tab access.
26
30
  */
27
31
  export declare class IndexedDbIndexManager implements IndexManager {
32
+ private user;
28
33
  /**
29
34
  * An in-memory copy of the index entries we've already written since the SDK
30
35
  * launched. Used to avoid re-writing the same entry repeatedly.
31
36
  *
32
- * This is *NOT* a complete cache of what's in persistence and so can never be used to
33
- * satisfy reads.
37
+ * This is *NOT* a complete cache of what's in persistence and so can never be
38
+ * used to satisfy reads.
34
39
  */
35
40
  private collectionParentsCache;
41
+ private uid;
42
+ constructor(user: User);
36
43
  /**
37
44
  * Adds a new entry to the collection parent index.
38
45
  *
@@ -50,4 +57,5 @@ export declare class IndexedDbIndexManager implements IndexManager {
50
57
  getNextCollectionGroupToUpdate(transaction: PersistenceTransaction): PersistencePromise<string | null>;
51
58
  updateCollectionGroup(transaction: PersistenceTransaction, collectionGroup: string, offset: IndexOffset): PersistencePromise<void>;
52
59
  updateIndexEntries(transaction: PersistenceTransaction, documents: DocumentMap): PersistencePromise<void>;
60
+ private getNextSequenceNumber;
53
61
  }
@@ -99,6 +99,7 @@ export declare class IndexedDbPersistence implements Persistence {
99
99
  * no longer be able to access IndexedDB.
100
100
  */
101
101
  private readonly forceOwningTab;
102
+ private readonly schemaVersion;
102
103
  private simpleDb;
103
104
  private listenSequence;
104
105
  private _started;
@@ -118,7 +119,6 @@ export declare class IndexedDbPersistence implements Persistence {
118
119
  /** A listener to notify on primary state changes. */
119
120
  private primaryStateListener;
120
121
  private readonly targetCache;
121
- private readonly indexManager;
122
122
  private readonly remoteDocumentCache;
123
123
  private readonly bundleCache;
124
124
  private readonly webStorage;
@@ -133,7 +133,7 @@ export declare class IndexedDbPersistence implements Persistence {
133
133
  * If set to true, forcefully obtains database access. Existing tabs will
134
134
  * no longer be able to access IndexedDB.
135
135
  */
136
- forceOwningTab: boolean);
136
+ forceOwningTab: boolean, schemaVersion?: number);
137
137
  /**
138
138
  * Attempt to start IndexedDb persistence.
139
139
  *
@@ -207,10 +207,10 @@ export declare class IndexedDbPersistence implements Persistence {
207
207
  */
208
208
  getActiveClients(): Promise<ClientId[]>;
209
209
  get started(): boolean;
210
- getMutationQueue(user: User): IndexedDbMutationQueue;
210
+ getMutationQueue(user: User, indexManager: IndexManager): IndexedDbMutationQueue;
211
211
  getTargetCache(): IndexedDbTargetCache;
212
212
  getRemoteDocumentCache(): IndexedDbRemoteDocumentCache;
213
- getIndexManager(): IndexManager;
213
+ getIndexManager(user: User): IndexManager;
214
214
  getBundleCache(): BundleCache;
215
215
  runTransaction<T>(action: string, mode: PersistenceTransactionMode, transactionOperation: (transaction: PersistenceTransaction) => PersistencePromise<T>): Promise<T>;
216
216
  /**
@@ -17,7 +17,6 @@
17
17
  import { SnapshotVersion } from '../core/snapshot_version';
18
18
  import { MutableDocumentMap } from '../model/collections';
19
19
  import { MutableDocument } from '../model/document';
20
- import { IndexManager } from './index_manager';
21
20
  import { LocalSerializer } from './local_serializer';
22
21
  import { PersistencePromise } from './persistence_promise';
23
22
  import { PersistenceTransaction } from './persistence_transaction';
@@ -28,13 +27,8 @@ export interface DocumentSizeEntry {
28
27
  }
29
28
  export interface IndexedDbRemoteDocumentCache extends RemoteDocumentCache {
30
29
  }
31
- /**
32
- * Creates a new IndexedDbRemoteDocumentCache.
33
- *
34
- * @param serializer - The document serializer.
35
- * @param indexManager - The query indexes that need to be maintained.
36
- */
37
- export declare function newIndexedDbRemoteDocumentCache(serializer: LocalSerializer, indexManager: IndexManager): IndexedDbRemoteDocumentCache;
30
+ /** Creates a new IndexedDbRemoteDocumentCache. */
31
+ export declare function newIndexedDbRemoteDocumentCache(serializer: LocalSerializer): IndexedDbRemoteDocumentCache;
38
32
  /**
39
33
  * Returns the set of documents that have changed since the specified read
40
34
  * time.
@@ -809,22 +809,38 @@ export declare class DbNamedQuery {
809
809
  export declare type DbIndexConfigurationKey = number;
810
810
  /** An object representing the global configuration for a field index. */
811
811
  export declare class DbIndexConfiguration {
812
- /** The index id for this entry. */
813
- indexId: number;
812
+ /**
813
+ * The index id for this entry. Undefined for indexes that are not yet
814
+ * persisted.
815
+ */
816
+ indexId: number | undefined;
814
817
  /** The collection group this index belongs to. */
815
818
  collectionGroup: string;
816
819
  /** The fields to index for this index. */
817
- fields: [[name: string, kind: IndexKind]];
820
+ fields: Array<[name: string, kind: IndexKind]>;
818
821
  /** Name of the IndexedDb object store. */
819
822
  static store: string;
820
823
  static keyPath: string;
824
+ /**
825
+ * An index that provides access to the index configurations by collection
826
+ * group.
827
+ *
828
+ * PORTING NOTE: iOS and Android maintain this index in-memory, but this is
829
+ * not possible here as the Web client supports concurrent access to
830
+ * persistence via multi-tab.
831
+ */
832
+ static collectionGroupIndex: string;
833
+ static collectionGroupIndexPath: string;
821
834
  constructor(
822
- /** The index id for this entry. */
823
- indexId: number,
835
+ /**
836
+ * The index id for this entry. Undefined for indexes that are not yet
837
+ * persisted.
838
+ */
839
+ indexId: number | undefined,
824
840
  /** The collection group this index belongs to. */
825
841
  collectionGroup: string,
826
842
  /** The fields to index for this index. */
827
- fields: [[name: string, kind: IndexKind]]);
843
+ fields: Array<[name: string, kind: IndexKind]>);
828
844
  }
829
845
  /** The key for each index state consisting of the index id and its user id. */
830
846
  export declare type DbIndexStateKey = [number, string];
@@ -860,6 +876,16 @@ export declare class DbIndexState {
860
876
  /** Name of the IndexedDb object store. */
861
877
  static store: string;
862
878
  static keyPath: string[];
879
+ /**
880
+ * An index that provides access to documents in a collection sorted by last
881
+ * update time. Used by the backfiller.
882
+ *
883
+ * PORTING NOTE: iOS and Android maintain this index in-memory, but this is
884
+ * not possible here as the Web client supports concurrent access to
885
+ * persistence via multi-tab.
886
+ */
887
+ static sequenceNumberIndex: string;
888
+ static sequenceNumberIndexPath: string[];
863
889
  constructor(
864
890
  /** The index id for this entry. */
865
891
  indexId: number,
@@ -893,7 +919,7 @@ export declare class DbIndexState {
893
919
  */
894
920
  export declare type DbIndexEntryKey = [number, string, Uint8Array, Uint8Array, string];
895
921
  /** An object that stores the encoded entries for all documents and fields. */
896
- export declare class DbIndexEntries {
922
+ export declare class DbIndexEntry {
897
923
  /** The index id for this entry. */
898
924
  indexId: number;
899
925
  /** The user id for this entry. */
@@ -932,3 +958,5 @@ export declare const V12_STORES: string[];
932
958
  * atomically.
933
959
  */
934
960
  export declare const ALL_STORES: string[];
961
+ /** Returns the object stores for the provided schema. */
962
+ export declare function getObjectStores(schemaVersion: number): string[];
@@ -69,5 +69,4 @@ export declare class LocalDocumentsView {
69
69
  private getDocumentsMatchingDocumentQuery;
70
70
  private getDocumentsMatchingCollectionGroupQuery;
71
71
  private getDocumentsMatchingCollectionQuery;
72
- private addMissingBaseDocuments;
73
72
  }
@@ -14,14 +14,16 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ import { User } from '../auth/user';
17
18
  import { BundleMetadata, NamedQuery } from '../core/bundle';
18
19
  import { Query } from '../core/query';
19
20
  import { SnapshotVersion } from '../core/snapshot_version';
20
21
  import { MutableDocument } from '../model/document';
22
+ import { FieldIndex, IndexOffset } from '../model/field_index';
21
23
  import { MutationBatch } from '../model/mutation_batch';
22
- import { BundleMetadata as ProtoBundleMetadata, NamedQuery as ProtoNamedQuery, BundledQuery as ProtoBundledQuery } from '../protos/firestore_bundle_proto';
24
+ import { BundledQuery as ProtoBundledQuery, BundleMetadata as ProtoBundleMetadata, NamedQuery as ProtoNamedQuery } from '../protos/firestore_bundle_proto';
23
25
  import { JsonProtoSerializer } from '../remote/serializer';
24
- import { DbBundle, DbMutationBatch, DbNamedQuery, DbRemoteDocument, DbTarget, DbTimestampKey } from './indexeddb_schema';
26
+ import { DbBundle, DbIndexConfiguration, DbIndexState, DbMutationBatch, DbNamedQuery, DbRemoteDocument, DbTarget, DbTimestampKey } from './indexeddb_schema';
25
27
  import { TargetData } from './target_data';
26
28
  /** Serializer for values stored in the LocalStore. */
27
29
  export declare class LocalSerializer {
@@ -61,3 +63,6 @@ export declare function fromBundledQuery(bundledQuery: ProtoBundledQuery): Query
61
63
  export declare function fromProtoNamedQuery(namedQuery: ProtoNamedQuery): NamedQuery;
62
64
  /** Decodes a BundleMetadata proto into a BundleMetadata object. */
63
65
  export declare function fromBundleMetadata(metadata: ProtoBundleMetadata): BundleMetadata;
66
+ export declare function toDbIndexConfiguration(index: FieldIndex): DbIndexConfiguration;
67
+ export declare function fromDbIndexConfiguration(index: DbIndexConfiguration, state: DbIndexState | null): FieldIndex;
68
+ export declare function toDbIndexState(indexId: number, user: User, sequenceNumber: number, offset: IndexOffset): DbIndexState;
@@ -19,6 +19,7 @@ import { ListenSequenceNumber, TargetId } from '../core/types';
19
19
  import { Document } from '../model/document';
20
20
  import { DocumentKey } from '../model/document_key';
21
21
  import { JsonProtoSerializer } from '../remote/serializer';
22
+ import { IndexManager } from './index_manager';
22
23
  import { ActiveTargets, LruDelegate, LruGarbageCollector, LruParams } from './lru_garbage_collector';
23
24
  import { MemoryBundleCache } from './memory_bundle_cache';
24
25
  import { MemoryIndexManager } from './memory_index_manager';
@@ -62,8 +63,8 @@ export declare class MemoryPersistence implements Persistence {
62
63
  get started(): boolean;
63
64
  setDatabaseDeletedListener(): void;
64
65
  setNetworkEnabled(): void;
65
- getIndexManager(): MemoryIndexManager;
66
- getMutationQueue(user: User): MutationQueue;
66
+ getIndexManager(user: User): MemoryIndexManager;
67
+ getMutationQueue(user: User, indexManager: IndexManager): MutationQueue;
67
68
  getTargetCache(): MemoryTargetCache;
68
69
  getRemoteDocumentCache(): MemoryRemoteDocumentCache;
69
70
  getBundleCache(): MemoryBundleCache;
@@ -16,7 +16,6 @@
16
16
  */
17
17
  import { Document } from '../model/document';
18
18
  import { DocumentKey } from '../model/document_key';
19
- import { IndexManager } from './index_manager';
20
19
  import { PersistencePromise } from './persistence_promise';
21
20
  import { PersistenceTransaction } from './persistence_transaction';
22
21
  import { RemoteDocumentCache } from './remote_document_cache';
@@ -27,9 +26,8 @@ export interface MemoryRemoteDocumentCache extends RemoteDocumentCache {
27
26
  /**
28
27
  * Creates a new memory-only RemoteDocumentCache.
29
28
  *
30
- * @param indexManager - A class that manages collection group indices.
31
29
  * @param sizer - Used to assess the size of a document. For eager GC, this is
32
30
  * expected to just return 0 to avoid unnecessarily doing the work of
33
31
  * calculating the size.
34
32
  */
35
- export declare function newMemoryRemoteDocumentCache(indexManager: IndexManager, sizer: DocumentSizer): MemoryRemoteDocumentCache;
33
+ export declare function newMemoryRemoteDocumentCache(sizer: DocumentSizer): MemoryRemoteDocumentCache;
@@ -140,7 +140,7 @@ export interface Persistence {
140
140
  * extent possible (e.g. in the case of uid switching from
141
141
  * sally=&gt;jack=&gt;sally, sally's mutation queue will be preserved).
142
142
  */
143
- getMutationQueue(user: User): MutationQueue;
143
+ getMutationQueue(user: User, indexManager: IndexManager): MutationQueue;
144
144
  /**
145
145
  * Returns a TargetCache representing the persisted cache of targets.
146
146
  *
@@ -173,7 +173,7 @@ export interface Persistence {
173
173
  * this is called. In particular, the memory-backed implementation does this
174
174
  * to emulate the persisted implementation to the extent possible.
175
175
  */
176
- getIndexManager(): IndexManager;
176
+ getIndexManager(user: User): IndexManager;
177
177
  /**
178
178
  * Performs an operation inside a persistence transaction. Any reads or writes
179
179
  * against persistence must be performed within a transaction. Writes will be
@@ -14,11 +14,12 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import { Query } from '../core/query';
18
17
  import { SnapshotVersion } from '../core/snapshot_version';
19
18
  import { DocumentKeySet, MutableDocumentMap } from '../model/collections';
20
19
  import { MutableDocument } from '../model/document';
21
20
  import { DocumentKey } from '../model/document_key';
21
+ import { ResourcePath } from '../model/path';
22
+ import { IndexManager } from './index_manager';
22
23
  import { PersistencePromise } from './persistence_promise';
23
24
  import { PersistenceTransaction } from './persistence_transaction';
24
25
  import { RemoteDocumentChangeBuffer } from './remote_document_change_buffer';
@@ -30,6 +31,8 @@ import { RemoteDocumentChangeBuffer } from './remote_document_change_buffer';
30
31
  * documents that are known to not exist.
31
32
  */
32
33
  export interface RemoteDocumentCache {
34
+ /** Sets the index manager to use for managing the collectionGroup index. */
35
+ setIndexManager(indexManager: IndexManager): void;
33
36
  /**
34
37
  * Looks up an entry in the cache.
35
38
  *
@@ -47,19 +50,14 @@ export interface RemoteDocumentCache {
47
50
  */
48
51
  getEntries(transaction: PersistenceTransaction, documentKeys: DocumentKeySet): PersistencePromise<MutableDocumentMap>;
49
52
  /**
50
- * Executes a query against the cached Document entries.
53
+ * Returns the documents from the provided collection.
51
54
  *
52
- * Implementations may return extra documents if convenient. The results
53
- * should be re-filtered by the consumer before presenting them to the user.
54
- *
55
- * Cached NoDocument entries have no bearing on query results.
56
- *
57
- * @param query - The query to match documents against.
55
+ * @param collection - The collection to read.
58
56
  * @param sinceReadTime - If not set to SnapshotVersion.min(), return only
59
57
  * documents that have been read since this snapshot version (exclusive).
60
58
  * @returns The set of matching documents.
61
59
  */
62
- getDocumentsMatchingQuery(transaction: PersistenceTransaction, query: Query, sinceReadTime: SnapshotVersion): PersistencePromise<MutableDocumentMap>;
60
+ getAll(transaction: PersistenceTransaction, collection: ResourcePath, sinceReadTime: SnapshotVersion): PersistencePromise<MutableDocumentMap>;
63
61
  /**
64
62
  * Provides access to add or update the contents of the cache. The buffer
65
63
  * handles proper size accounting for the change.
@@ -36,6 +36,7 @@ export declare class SimpleDbTransaction {
36
36
  constructor(action: string, transaction: IDBTransaction);
37
37
  get completionPromise(): Promise<void>;
38
38
  abort(error?: Error): void;
39
+ maybeCommit(): void;
39
40
  /**
40
41
  * Returns a SimpleDbStore<KeyType, ValueType> for the specified store. All
41
42
  * operations performed on the SimpleDbStore happen within the context of this
@@ -43,7 +43,7 @@ export declare class FieldIndex {
43
43
  /** The collection ID this index applies to. */
44
44
  readonly collectionGroup: string;
45
45
  /** The field segments for this index. */
46
- readonly segments: IndexSegment[];
46
+ readonly fields: IndexSegment[];
47
47
  /** Shows how up-to-date the index is for the current user. */
48
48
  readonly indexState: IndexState;
49
49
  /** An ID for an index that has not yet been added to persistence. */
@@ -57,7 +57,7 @@ export declare class FieldIndex {
57
57
  /** The collection ID this index applies to. */
58
58
  collectionGroup: string,
59
59
  /** The field segments for this index. */
60
- segments: IndexSegment[],
60
+ fields: IndexSegment[],
61
61
  /** Shows how up-to-date the index is for the current user. */
62
62
  indexState: IndexState);
63
63
  }
@@ -31,7 +31,7 @@ export declare class CountingQueryEngine extends QueryEngine {
31
31
  * `getAllMutationBatchesAffectingQuery()` API (since the last call to
32
32
  * `resetCounts()`)
33
33
  */
34
- mutationsReadByQuery: number;
34
+ mutationsReadByCollection: number;
35
35
  /**
36
36
  * The number of mutations returned by the MutationQueue's
37
37
  * `getAllMutationBatchesAffectingDocumentKey()` and
@@ -41,9 +41,9 @@ export declare class CountingQueryEngine extends QueryEngine {
41
41
  mutationsReadByKey: number;
42
42
  /**
43
43
  * The number of documents returned by the RemoteDocumentCache's
44
- * `getDocumentsMatchingQuery()` API (since the last call to `resetCounts()`)
44
+ * `getAll()` API (since the last call to `resetCounts()`)
45
45
  */
46
- documentsReadByQuery: number;
46
+ documentsReadByCollection: number;
47
47
  /**
48
48
  * The number of documents returned by the RemoteDocumentCache's `getEntry()`
49
49
  * and `getEntries()` APIs (since the last call to `resetCounts()`)
@@ -54,6 +54,7 @@ export declare function testIndexedDbPersistence(options?: {
54
54
  dontPurgeData?: boolean;
55
55
  synchronizeTabs?: boolean;
56
56
  queue?: AsyncQueue;
57
+ schemaVersion?: number;
57
58
  }, lruParams?: LruParams): Promise<IndexedDbPersistence>;
58
59
  /** Creates and starts a MemoryPersistence instance for testing. */
59
60
  export declare function testMemoryEagerPersistence(): Promise<MemoryPersistence>;
@@ -14,8 +14,11 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ import { Target } from '../../../src/core/target';
17
18
  import { IndexManager } from '../../../src/local/index_manager';
18
19
  import { Persistence } from '../../../src/local/persistence';
20
+ import { DocumentKeySet, DocumentMap } from '../../../src/model/collections';
21
+ import { FieldIndex, IndexOffset } from '../../../src/model/field_index';
19
22
  import { ResourcePath } from '../../../src/model/path';
20
23
  /**
21
24
  * A wrapper around IndexManager that automatically creates a
@@ -27,4 +30,12 @@ export declare class TestIndexManager {
27
30
  constructor(persistence: Persistence, indexManager: IndexManager);
28
31
  addToCollectionParentIndex(collectionPath: ResourcePath): Promise<void>;
29
32
  getCollectionParents(collectionId: string): Promise<ResourcePath[]>;
33
+ addFieldIndex(index: FieldIndex): Promise<void>;
34
+ deleteFieldIndex(index: FieldIndex): Promise<void>;
35
+ getFieldIndexes(collectionGroup?: string): Promise<FieldIndex[]>;
36
+ getFieldIndex(target: Target): Promise<FieldIndex | null>;
37
+ getDocumentsMatchingTarget(fieldIndex: FieldIndex, target: Target): Promise<DocumentKeySet>;
38
+ getNextCollectionGroupToUpdate(): Promise<string | null>;
39
+ updateCollectionGroup(collectionGroup: string, offset: IndexOffset): Promise<void>;
40
+ updateIndexEntries(documents: DocumentMap): Promise<void>;
30
41
  }
@@ -14,13 +14,14 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import { Query } from '../../../src/core/query';
18
17
  import { SnapshotVersion } from '../../../src/core/snapshot_version';
18
+ import { IndexManager } from '../../../src/local/index_manager';
19
19
  import { Persistence } from '../../../src/local/persistence';
20
20
  import { RemoteDocumentChangeBuffer } from '../../../src/local/remote_document_change_buffer';
21
21
  import { DocumentKeySet, MutableDocumentMap } from '../../../src/model/collections';
22
22
  import { MutableDocument } from '../../../src/model/document';
23
23
  import { DocumentKey } from '../../../src/model/document_key';
24
+ import { ResourcePath } from '../../../src/model/path';
24
25
  /**
25
26
  * A wrapper around a RemoteDocumentCache that automatically creates a
26
27
  * transaction around every operation to reduce test boilerplate.
@@ -29,6 +30,7 @@ export declare class TestRemoteDocumentCache {
29
30
  private readonly persistence;
30
31
  private readonly cache;
31
32
  constructor(persistence: Persistence);
33
+ setIndexManager(indexManager: IndexManager): void;
32
34
  /**
33
35
  * Reads all of the documents first so we can safely add them and keep the size calculation in
34
36
  * sync.
@@ -42,7 +44,7 @@ export declare class TestRemoteDocumentCache {
42
44
  removeEntry(documentKey: DocumentKey, version?: SnapshotVersion): Promise<void>;
43
45
  getEntry(documentKey: DocumentKey): Promise<MutableDocument>;
44
46
  getEntries(documentKeys: DocumentKeySet): Promise<MutableDocumentMap>;
45
- getDocumentsMatchingQuery(query: Query, sinceReadTime: SnapshotVersion): Promise<MutableDocumentMap>;
47
+ getAll(collection: ResourcePath, sinceReadTime: SnapshotVersion): Promise<MutableDocumentMap>;
46
48
  getNewDocumentChanges(sinceReadTime: SnapshotVersion): Promise<{
47
49
  changedDocs: MutableDocumentMap;
48
50
  readTime: SnapshotVersion;
@@ -28,7 +28,7 @@ export declare class TestRemoteDocumentChangeBuffer {
28
28
  buffer: RemoteDocumentChangeBuffer;
29
29
  constructor(persistence: Persistence, buffer: RemoteDocumentChangeBuffer);
30
30
  addEntry(document: MutableDocument, readTime: SnapshotVersion): void;
31
- removeEntry(key: DocumentKey): void;
31
+ removeEntry(key: DocumentKey, readTime: SnapshotVersion): void;
32
32
  getEntry(documentKey: DocumentKey): Promise<MutableDocument>;
33
33
  apply(): Promise<void>;
34
34
  }