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.
2 parents 5849f57 + bb97c27 commit 110f88aCopy full SHA for 110f88a
packages/firestore/src/local/indexeddb_persistence.ts
@@ -487,7 +487,7 @@ export class IndexedDbPersistence implements Persistence {
487
action: string,
488
requirePrimaryLease: boolean,
489
transactionOperation: (
490
- transaction: IndexedDbTransaction
+ transaction: PersistenceTransaction
491
) => PersistencePromise<T>
492
): Promise<T> {
493
// TODO(multitab): Consider removing `requirePrimaryLease` and exposing
0 commit comments