Hello there,
I'm working with FirebaseAnalytics on iOS and Android. I got a question that I can't answer.
Is it possible to set default event parameter for automatically collected events like `first_open` or `session_start`?
I'm trying to reach this goal but I can't. I set default event parameter through `setDefaultEventParameters` as soon as the app launches but It doesn't work despite the documentation said: "Adds parameters that will be set on every event logged from the SDK, including automatic ones."
I'm not the only one with this kind of problem (e.g
issue). What should I do?
Thank you so much in advance.
Kind regards.
Giacomo