Lately, Firestore added Vector search as showed here:
https://firebase.google.com/docs/firestore/vector-search
The code example to add a FieldValue.vector([…]) are in python and Node.js
Does Dart library cloud_firestore
have the FieldValue.Vector to save a document?
What about the method collection.find_nearest
to query?