We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazing project! I'm trying to figure out if this project supports this use case:
Export a collection group, e.g. types/{type}/networks/{network} And import it at a new path, e.g. networks/{network}
types/{type}/networks/{network}
networks/{network}
Including all sub-collections under types/{type}/networks/{network}. Any guidance would be appreciated 🙏🏻
The text was updated successfully, but these errors were encountered:
If you use the backupFromDoc it will return all the subcollections of specific documents like your use case is asking for.
backupFromDoc
Sorry, something went wrong.
No branches or pull requests
Amazing project! I'm trying to figure out if this project supports this use case:
Export a collection group, e.g.
types/{type}/networks/{network}
And import it at a new path, e.g.
networks/{network}
Including all sub-collections under
types/{type}/networks/{network}
. Any guidance would be appreciated 🙏🏻The text was updated successfully, but these errors were encountered: