new VectorValue()
Represent a vector type in Firestore documents. Create an instance with FieldValue.vector.
Methods
isEqual()
Returns true
if the two VectorValue has the same raw number arrays, returns false
otherwise.
toArray()
Returns a copy of the raw number array form of the vector.