File tree 2 files changed +3
-3
lines changed
packages/firestore/src/local 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
' @firebase/firestore ' : patch
3
3
---
4
4
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 {
682
682
}
683
683
}
684
684
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.
687
687
if ( addToActiveTargetIds ) {
688
688
this . localClientState . addQueryTarget ( targetId ) ;
689
689
}
You can’t perform that action at this time.
0 commit comments