firestore-get-document-by-path
Retrieve a Firestore document using its complete path, including subcollections, to access specific data entries in your database.
Instructions
Get a document using full path (supports subcollections)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Full path to the document (e.g., 'users/userId1/orders/orderId1') |