You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For testing purposes, we want to export a small subset of a Firestore database.
Ideally we'd like to get only a single document, from all collections and subcollections,
So instead of 10,000 documents from the users collection, just export 1 document.
Is this currently possible?
The text was updated successfully, but these errors were encountered:
benwinding
added a commit
to benwinding/firestore-backup-restore
that referenced
this issue
Sep 2, 2020
For testing purposes, we want to export a small subset of a Firestore database.
Ideally we'd like to get only a single document, from all collections and subcollections,
So instead of
10,000
documents from theusers
collection, just export 1 document.Is this currently possible?
The text was updated successfully, but these errors were encountered: