Pablo
03/08/2025, 10:45 AMfirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SELECT_ITEM) {
param(FirebaseAnalytics.Param.ITEM_ID, id)
param(FirebaseAnalytics.Param.ITEM_NAME, name)
param(FirebaseAnalytics.Param.CONTENT_TYPE, "image")
}
But the reality is that if you do that, it's impossible to see ITEM_ID and ITEM_NAME in the firebase console. You only can see grouped CONTENT_TYPE events. There are a lot of stackoverflow posts of people saying the same.