0

I have firestore project. However I want to clone it (export/import) to a new project so I can provide access to that to developer to play with (I don't him to mess with the original one)

Is this possible and how?

Thanks

Snake
  • 14,228
  • 27
  • 117
  • 250

1 Answers1

0

There is no built in data export or import in Cloud Firestore yet.

However Cloud Firestore has an API, with which you can build your own import and export tools.

From the comments: As of August 2018 one can use the new export/import feature in firestore: https://firebase.google.com/docs/firestore/manage-data/export-import

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807