Replies: 3 comments 8 replies
-
That is a really weird use case, not one I took into account when designing it. It might be better to try to find a way to do that through the realtime database instead. I'm not able to look at the code at the moment, but I do have some further thoughts, once I'm back at my desk. I'll have to read your post more carefully as well. |
Beta Was this translation helpful? Give feedback.
-
Yes, I’m totally fine with adding the Realtime Database as part of the background implementation if that makes the Firestore listeners faster and more stable. Thank you very much for working on this improvement! Also, thank you for explaining the cleaner syntax for updating fields. |
Beta Was this translation helpful? Give feedback.
-
I’ve joined the Discord server. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
Description
Client A and Client B both attach real‑time listeners to the same Firestore document. When Client B immediately patches the doc, a spurious GET error appears:
even though the listener then recovers and fires correctly.
Minimal Test Controller Code
Observed Console Log
Expected vs. Actual
Thanks in advance for any insight! I’d love to know if there’s a configuration flag or code pattern I’m missing.
—
Feel free to link to this issue or ping me if you need more logs or a minimal reproduction project.
Beta Was this translation helpful? Give feedback.
All reactions