File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/firestore/src/local Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22' @firebase/firestore ' : patch
33---
44
5- Fix metadata ` fromCache ` default to ` true ` issue when listen to cache in multi-tabs.
5+ Fix an issue with metadata ` fromCache ` defaulting to ` true ` when listening to cache in multi-tabs.
Original file line number Diff line number Diff line change @@ -682,8 +682,8 @@ export class WebStorageSharedClientState implements SharedClientState {
682682 }
683683 }
684684
685- // If the query is listening to cache only, the target ID should not be registered the with
686- // local Firestore client as active watch target.
685+ // If the query is listening to cache only, the target ID should not be registered with the
686+ // local Firestore client as an active watch target.
687687 if ( addToActiveTargetIds ) {
688688 this . localClientState . addQueryTarget ( targetId ) ;
689689 }
You can’t perform that action at this time.
0 commit comments