How to import CSV or JSON to firebase cloud firestore

前端 未结 11 1039
星月不相逢
星月不相逢 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:00

    https://gist.github.com/JoeRoddy/1c706b77ca676bfc0983880f6e9aa8c8

    This should work for an object of objects (generally how old firebase json is set up). You can add that code to an app that's already configured with Firestore.

    Just make sure you have it pointing to the correct JSON file.

    Good luck!

提交回复
热议问题