Skip to content

Get Item

The Get Item method allows you to fetch a specific document from your Cloud Firestore.

To create a request to get an item, follow the steps below:

  1. Open the request panel and click on the + button to add a new request.
  2. Provide an appropriate name for the request and select the Firebase app to be used for the request. Then, choose Get Item as the method.
  3. Fill in the full path to the document in your Cloud Firestore database under the Path field.

Get Item Firebase

NOTE

In most cases, the Get Item request requires the document ID at the end of the path.