Skip to content
New issue

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

Adds parameter --sortKeys to get a deterministic key order. Fixes #846 #847

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tilmanschweitzer
Copy link

The objects returned from Firestore have a random key order.
This makes it hard to compare different backup files.
Therefore, the parameter --sortKeys uses a custom and key-sorted stringify function.

Fixes #846 .

…osli#846

The objects returned from Firestore have a random key order.
This makes it hard to compare different backup files.
Therefore, the parameter --sortKeys uses a custom and key-sorted stringify function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Parameter to sort the json keys in the exported file
1 participant