dalenguyen / firestore-backup-restore

NPM package for backup and restore Firebase Firestore

Home Page:https://firebaseopensource.com/projects/dalenguyen/firestore-backup-restore/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export only part of a collection (like a single document)

benwinding opened this issue · comments

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?

It's available in v0.7.0. Thank @benwinding for your contribution.