How can I update a nested field in a firestore database? – Woocommerce
I am creating a clothing e-commerce application integrated with woocommerce and Firestore. I currently am trying to build the 'add to wishlist part, here I am struggling with trying to update the items 'favourite' field in the database. I present…