When a Firebase event fires a few times from an app, it soon appears in the Firebase dashboard event session listing. By default, as soon as a custom event appears there, it is already possible to view the number of occurrences, number per user, number in the last 30 minutes, per country, etc.
However, until today I didn't understand how I can visualize in detail the values that are sent to the parameters of these events.
For example: Suppose I have a car game where the user has thousands of different car options to choose from. Soon I would have an event called "select_car" that would be fired whenever a user selects a car, and as a parameter I would send the model of the chosen car, for example "car_model" that can have any model as a value, for example: Ferrari, Fiesta , Uno, Golf, etc.
That said, how and where do I view the report that will be generated after a long period of collecting event data, to gain insights, for example, which car is being chosen the most in a given period?