We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53dc0 commit 67e46efCopy full SHA for 67e46ef
packages/firestore/src/local/indexeddb_sentinels.ts
@@ -464,7 +464,7 @@ export const ALL_STORES = V12_STORES;
464
465
/** Returns the object stores for the provided schema. */
466
export function getObjectStores(schemaVersion: number): string[] {
467
- if (schemaVersion === 18) {
+ if (schemaVersion === 18 || schemaVersion === 19) {
468
return V18_STORES;
469
} else if (schemaVersion === 17) {
470
return V17_STORES;
0 commit comments