when you create custom parameters for firebase analytics events, the type must be in integer or string format. dumping an object or array would not be a good measurement.
parameters are to help get into detail on the event. Not for any other reason. I propose the analytics track event you must send in a string or integer type as the value with the key.
Note: I just now closed the iOS issue for reasons outlined in the comment. Check out the API firebase gives you for sending up data. We may be ok not needing this?
when you create custom parameters for firebase analytics events, the type must be in integer or string format. dumping an object or array would not be a good measurement.
parameters are to help get into detail on the event. Not for any other reason. I propose the analytics track event you must send in a string or integer type as the value with the key.