Skip to content

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:

  1. Open the request panel and click on the + button to add a new request.

  2. 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. Update item Firebase

  3. Under the Path, fill in the full path to the document in your Cloud Firestore database. Update item Firebase

    INFO

    NOTE: Almost all of the time, the update item request needs the document ID at the tail end of the path.

  4. Fill in the key-value pairs with the data to be changed. Update item Firebase