list_firestore_collections
List all collections in a Firestore database using a GCP project ID. Optionally specify the database ID to view collections from a non-default database.
Instructions
List collections in a Firestore database.
Args:
project_id: The ID of the GCP project
database_id: The ID of the Firestore database (default is "(default)")
Returns:
List of collections in the specified Firestore database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| database_id | No | (default) |