Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for arrays for Firebase Analytics events #628

Open
Jan-Ove opened this issue Sep 11, 2024 · 0 comments
Open

Add support for arrays for Firebase Analytics events #628

Jan-Ove opened this issue Sep 11, 2024 · 0 comments
Labels
API coverage Request for missing APIs

Comments

@Jan-Ove
Copy link

Jan-Ove commented Sep 11, 2024

I am trying to track the recommended e-commerce events for Firebase, but I'm having the issue that I can't add an array to the event parameters.

There is a missing method for adding the parameter in the FirebaseAnalyticsParameters class.

Library Class Member Platforms
Analytics FirebaseAnalyticsParameters param(key: String, value: Array) Android, iOS

The mapping from the Map to a Bundle on the Android side must also be extended to handle this.

@Jan-Ove Jan-Ove added the API coverage Request for missing APIs label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API coverage Request for missing APIs
Projects
None yet
Development

No branches or pull requests

1 participant