How to import CSV or JSON to firebase cloud firestore

前端 未结 11 1040
星月不相逢
星月不相逢 2020-11-29 16:19

Is there a way to import CSV or JSON to firebase cloud firestore like in firebase realtime database?

11条回答
  •  情深已故
    2020-11-29 17:05

    For reference. I wrote a function that helps to import and export data in Firestore.

    https://github.com/dalenguyen/firestore-import-export

提交回复
热议问题