0
votes

I'm following the official docs on how to export and import firebase firestore data between 2 projects. I'm able to export firestore data to a bucket. https://console.cloud.google.com/firestore/export

But I don't see that bucket when I try to import in a different firebase project. https://console.cloud.google.com/firestore/import

I gave Storage Admin permission to the destination service account i.e. [email protected] and both projects and this bucket is stored in the same multi-region (us-centeral)

I'm aware of the other way to import-export using gcloud shell but why this method is not working?

1

1 Answers

1
votes

The console only browse buckets that exist inside your current project. If data is coming from an outside bucket, you can simply type its entire file path in the Filename field as shown on the image below.

It will succeed if the service account running the import have the right IAM permission on the separate source bucket. enter image description here