Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [cloud_firestore] Expose VectorValue #13299

Closed
jellynoone opened this issue Sep 10, 2024 · 3 comments
Closed

🐛 [cloud_firestore] Expose VectorValue #13299

jellynoone opened this issue Sep 10, 2024 · 3 comments
Assignees
Labels
Needs Attention This issue needs maintainer attention. platform: android Issues / PRs which are specifically for Android. platform: ios Issues / PRs which are specifically for iOS. platform: web Issues / PRs which are specifically for web. plugin: cloud_firestore resolution: fixed A fix has been merged or is pending merge from a PR. type: enhancement New feature or request

Comments

@jellynoone
Copy link

What feature would you like to see?

Support for VectorValue has landed in native client libraries:

Web
Available since 10.13

iOS
Available since: 11.1.0

Android
Available since: 33.2.0

@jellynoone jellynoone added Needs Attention This issue needs maintainer attention. type: enhancement New feature or request labels Sep 10, 2024
@SelaseKay SelaseKay added plugin: cloud_firestore platform: android Issues / PRs which are specifically for Android. platform: web Issues / PRs which are specifically for web. platform: ios Issues / PRs which are specifically for iOS. labels Sep 10, 2024
@Lyokone Lyokone self-assigned this Oct 2, 2024
@jellynoone
Copy link
Author

@Lyokone Are there any plans to support this in the near future? I'm looking to add vectors to existing documents, but cannot since the app crashes due to the vector type not being recognised by the client.

@Lerobindesbois
Copy link

Same goal as @jellynoone , I have real-time listeners from snapshot and it is incompatible, the vector field feature is useful for intelligent searches and blocks an AI application advancement, Almost all developers use STREAM on Firestore like me. since September it is in plan. When do you think you will make this available seriously ??? please can you prioritize this feature

@Lyokone
Copy link
Contributor

Lyokone commented Dec 19, 2024

Hello, VectorValue is now exposed in the latest version of cloud_firestore (you also need to update firebase_core).
PR here: #16476

@Lyokone Lyokone closed this as completed Dec 19, 2024
@Lyokone Lyokone added the resolution: fixed A fix has been merged or is pending merge from a PR. label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Attention This issue needs maintainer attention. platform: android Issues / PRs which are specifically for Android. platform: ios Issues / PRs which are specifically for iOS. platform: web Issues / PRs which are specifically for web. plugin: cloud_firestore resolution: fixed A fix has been merged or is pending merge from a PR. type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants