Skip to content

Commit ef5ece3

Browse files
authored
Added syncpointspec.json tests to RTDB (#6678)
1 parent 5f55ed8 commit ef5ece3

File tree

4 files changed

+8790
-0
lines changed

4 files changed

+8790
-0
lines changed

packages/database/src/core/SyncTree.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ export interface ListenProvider {
104104
*/
105105
let syncTreeNextQueryTag_ = 1;
106106

107+
export function resetSyncTreeTag() {
108+
syncTreeNextQueryTag_ = 1;
109+
}
110+
107111
/**
108112
* SyncTree is the central class for managing event callback registration, data caching, views
109113
* (query processing), and event generation. There are typically two SyncTree instances for

0 commit comments

Comments
 (0)