In my flutter app, I call:
FirebaseAnalytics.instance.setUserProperty(
name: 'product_scanned',
value: product.id,
);
And in google analytics I only see how many times product_scanned
has been called without any refrence to the value, any ideas?