xshen
xshen

Reputation: 1

Firesstore export: Not found: project 'project_id' does not exist

I was trying to export some files from gcloud Firestore.

When I put gcloud config set project project_id It says Updated property [core/project]. However, when I input gcloud firestore export gs://<PATH> , the error message is NOT_FOUND: Project project_id does not exist. Could anyone help? Thanks!

Upvotes: 0

Views: 327

Answers (1)

guillaume blaquiere
guillaume blaquiere

Reputation: 75790

The projectID can be find in the home page of your project

enter image description here

Replace the project_id by this value and it should work better!

Upvotes: 1

Related Questions