[analytics] suggested events does not allow extra params #4536
Unanswered
danielgomezrico
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On firebase analytics library, there are multiple methods for each suggested event like login, signUp, search, and that's cool, one thing that makes me think is that they only allow their attributes, and so if I want to add like "view from which this event was thrown" or any other custom attribute I just can't.
https://github.com/FirebaseExtended/flutterfire/blob/1e1f509469bff0746e0e802a2ca6560764998898/packages/firebase_analytics/firebase_analytics/lib/firebase_analytics.dart#L692-L694
Proposal idea:
This is logEvent:
https://github.com/FirebaseExtended/flutterfire/blob/1e1f509469bff0746e0e802a2ca6560764998898/packages/firebase_analytics/firebase_analytics/lib/firebase_analytics.dart#L29-L31
Beta Was this translation helpful? Give feedback.
All reactions