I am trying to connect to and update some field in Firestore from inside a Vertex AI pipeline. The project is linked to Firebase. But the pipeline fails due to:
PermissionDenied: 403 Cloud Firestore API has not been used in project [some-prj-number] before or it is disabled.
This project number included in the error isn't the same as the GCP/Firebase project that I'm working inside (the Firebase API is enabled in this project and I can otherwise connect without any issues). Do pipelines run in other projects? Where are those and how can I enable APIs for them?