levibostian / AndroidBlanky

Create a new Android app fast. Comes pre-installed with libraries you already use.
7 stars 0 forks source link

Firebase analytics events custom parameters must be string or integer #57

Closed levibostian closed 4 years ago

levibostian commented 5 years ago

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.

levibostian commented 4 years ago

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?