react-diff-viewer
react-diff-viewer copied to clipboard
Order of Keys Inconsistent
trafficstars
I am using a GET request to Firestore to bring back an object from a collection. The object contains 9 keys. In Firestore, it is stored in ABC order. But the object comes back with the Keys in a variety of orders (no consistency) and ends up not comparing correctly. How do you format object keys to consistently be in the same sort of order?
@michaelpaulcuccia , did you find any solution?