“Error fetching options from Google Cloud Firestore” “There was a problem loading the parameter options from server: [object Object]”
occurs when n8n cannot list Firestore projects using the provided service account.
According to n8n and Google Cloud documentation, the Firestore node only populates the Project dropdown if the service account can list projects via the Google Cloud Resource Manager API.
How to fix (recommended)
Go to Google Cloud IAM
Select the project
Add one of the following roles to the service account:
Viewer (recommended)
or Project Viewer
Save changes
Restart n8n (Docker container)
Reload the Firestore node
Important note (from n8n docs)
The Project Name / ID dropdown is optional.
As a workaround, you can manually enter the Project ID instead of relying on the dropdown.