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:
- Open the request panel and click on the
+
button to add a new request. - 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. - Fill in the full path to the document in your Cloud Firestore database under the
Path
field.
NOTE
In most cases, the Get Item request requires the document ID at the end of the path.