I have two projects A and B. I have data exported from project A's firestore database, to project's A cloud storage bucket and later imported in project's B cloud storage bucket. How can I move data from project's B cloud storage bucket into it's firestore database?
From the official docs I can only find how to move(import and export) data to cloud storage buckets but not how to import the data back from cloud storage to firestore.