I have been using Clojure, ClojureScript, lein, shadow-cljs, re-frame, reagent, Emacs, and CIDER to work on a Clojure/ClojureScript dynamic web app project. This stack is new for me.
In addition, this project uses Firebase which is also new for me. In order to develop some features and solve some bugs, I need to go see stuff on Firebase, especially the "Data" in the Realtime Database section.
But, when I arrive there, I feel kind of lost.
1 - I need to click multiple things to find the data I am looking for. It is very manual, error-prone, lucky-based... An inefficient trial and error process
2 - executing the command "Expand all nodes" does not expand everything, but just some parts, so, I really need to click a lot
3 - Most of the time, I just wanna check out the last thing that I introduced on the data base. I wish there was some way to optimize the search for that.
Thus, I would like to ask:
(i) - is there some way to find just the last data added?
(ii) - is there some way to really expand everything?
(iii) - what would be the gold standard for a situation like this? Is it expected that the project will have documentation explaining this graph structure?
(iv) - if the gold standard for a situation like this is documentation, could you point a good example? Maybe something from an open-source project?