Update Item
The Update item method enables you to change the details of a document in your Firebase Cloud Firestore.
To create a request to update a document, follow the steps below:
Open the request panel and click on the
+button to add a new request.Fill in an appropriate name for the request and select the Firebase app to be used for the request. Then, under the method, choose
Update item.
Under the
Path, fill in the full path to the document in your Cloud Firestore database.
INFO
NOTE: Almost all of the time, the update item request needs the document ID at the tail end of the path.
Fill in the key-value pairs with the data to be changed.
