ahsankhatri / firestore-php

Firestore PHP Client (without gRPC extension)
MIT License
62 stars 57 forks source link

How to update an object in a field of document #19

Open ephraimlambarte opened 4 years ago

ephraimlambarte commented 4 years ago

image

I have this set of collection, and all fields of my document contains an array of objects. now i need to know if it is possible and how to update only one object from the array of objects from the field of a document.