You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the typedSnapshotStreamKey depends on the type of a MockDocumentReference, there can be two separate snapshot stream keys for the same document reference if you obtain one from a converted collection and the other one from a non-converted one. This leads to changes not being picked up if you listen to the same document from a converted reference but modify it from a non-converted one.
I wrote a test to make it more understandable. The second test times out because the snapshot listener never emits the change
Since the
typedSnapshotStreamKey
depends on the type of aMockDocumentReference
, there can be two separate snapshot stream keys for the same document reference if you obtain one from a converted collection and the other one from a non-converted one. This leads to changes not being picked up if you listen to the same document from a converted reference but modify it from a non-converted one.I wrote a test to make it more understandable. The second test times out because the snapshot listener never emits the change
The text was updated successfully, but these errors were encountered: