Export json from Firestore

后端 未结 9 2082
时光取名叫无心
时光取名叫无心 2020-12-14 05:55

As we can download json file at Firebase RTDB console, are there any way to export json file of Firestore collection/document data?

One of my main objectives is to c

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-14 06:23

    I've written a tool that traverses the collections/documents of the database and exports everything into a single json file. Plus, it will import the same structure as well (helpful for cloning/moving Firestore databases). Since I've had a few colleagues use the code, I figured I would publish it as an NPM package. Feel free to try it and give some feedback.

    https://www.npmjs.com/package/node-firestore-import-export

提交回复
热议问题