I wish to monitor app behavior and debug application on different devices. I am trying to select the best approach, Firebase analytics, crashlitics, Goole analytics etc...
The problem: User report on some devices they see incorrect app behavior (Not crash). For example user reports button not working, I wish to check if the user actually clicked the button and what happened.
What I need: I need to find that specific user (or phone) in the monitoring system mentioned above and check the logs I added (for example: firebaseAnalytics.logEvent...)
Solution questions Can I find specific user or phone in firebaseAnalytics? What is the best approach to addressing my requirements?