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
I use this package, all is fine when I do this.firebase.firestore.(+something) in my service.
I would like to add a value in an array (from Firestore) via FieldValue.arrayUnion() but I am unable to retrieve FieldValue.
I tried FirebaseFirestore.FieldValue.arrayUnion(), but FirebaseFirestore is not defined.
I would greatly appreciate your assistance.
The text was updated successfully, but these errors were encountered:
Hello,
I use this package, all is fine when I do
this.firebase.firestore.(+something)
in my service.I would like to add a value in an array (from Firestore) via
FieldValue.arrayUnion()
but I am unable to retrieve FieldValue.I tried
FirebaseFirestore.FieldValue.arrayUnion()
, but FirebaseFirestore is not defined.I would greatly appreciate your assistance.
The text was updated successfully, but these errors were encountered: