jsayol / vscode-firebase-explorer

Visual Studio Code extension to explore and manage your Firebase projects
https://devlibrary.withgoogle.com/products/firebase/repos/jsayol-vscode-firebase-explorer
MIT License
148 stars 22 forks source link

Make sorting consistent #4

Closed adelphes closed 5 years ago

adelphes commented 5 years ago

Updates calls to sort() to consistently sort string items case-insensitively (the default sort is case-sensitive). Also added sorting of database object keys.

jsayol commented 5 years ago

Merged, thanks again Dave!