Firebase - ### Operating System Both Mac and Windows ### Browser Version Chrome, Electron Browser window ### Firebase SDK Version 10.7.0, 10.7.1 ### Firebase SDK Product: Firestore ### Describe your project's tooling Plain Electron app ### Describe the problem This is the new ticket for hanging query issue, follow up from https://github.com/firebase/firebase-js-sdk/pull/7771 and https://github.com/firebase/firebase-js-sdk/issues/7652 When update Firebase to 10.7.0 and 10.7.1, the query becomes a lot slower and frequently stuck with error below: ``` @firebase/firestore: Firestore (10.7.

## The fix

The query slowdown was a regression that was fixed in Firebase 10.11.1. Upgrade to 10.11.1 or newer; the reporter confirmed queries became fast again. If you are still on the regressed release line, updating is the fix rather than rewriting your queries.

Thread: gh:firebase/firebase-js-sdk#7860