droneshire
Results
2
comments of
droneshire
Yeah its a bummer that this isn't compatible with python3.10+. Decided to not use it and just go with native firebase package again like I've done before.
My hack workaround in meantime: ``` diff_json = diff.to_json() diff_json_sorted = json.dumps(json.loads(diff_json), indent=4, sort_keys=True) ```