I have all the code working for this project: "Detect objects in images with ML Kit for Firebase: Android" with the Nexus 6P API 29 emulator. (See my other self-answered questions on that here on stackoverflow.) Note that it is working best with the Nexus 6P API 29 so far.
I now want to see if my local run is accessing the firebase server and using its more powerful algorithm or if it is using the local algorithm, so naturally I want to see the server log. I've looked around on my firebase console (console.firebase.google.com) but I don't see it yet.
Would be nice if I could see the log in realtime, i.e. while step-debugging through my local code in Android Studio.
How do I view the server log in general?