🐛 [Firestore] Vector fields compatible with real-time snapshot listeners. #16823
Labels
Needs Attention
This issue needs maintainer attention.
resolution: duplicate
This issue or pull request already exists
type: enhancement
New feature or request
I know that vector fields are not compatible on Flutter when there is a listener on the collection or there is the presence of a vector.
But it is impossible to make a reactive application with the database without using snapshot stream.
Unfortunately and luckily I have realtime listeners from snapshot and it is incompatible with vector field feature, it is useful for smart searches and blocks the progress of an AI application. Almost all developers use STREAM on Firestore like me.
Is it possible to prioritize and complete the work on this feature?
The text was updated successfully, but these errors were encountered: