I have an android app and I have the firebase lib in it. I was wondering if there a way I can somehow "log" or count the number of times a method was triggered and see it in the Firebase console?
For example, I have a method X inside my android app, and I want to see in my firebase console, how many time the X method was activated (cuz of the user flow in the app)