-
I have a collection called 'stories' that have several 'story' documents and each one has an 'events' collection. When exported using this library, it will export a flat list of documents with these paths: stories/zfwnBvXn452SGunMvjKu When these documents are imported back into Firestore, will they be imported back with the same structure as before? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes. Your documents will be imported back using those paths, which will place them at the same place they were exported from. |
Beta Was this translation helpful? Give feedback.
Yes. Your documents will be imported back using those paths, which will place them at the same place they were exported from.