firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

Add support for arrays for Firebase Analytics events

Open Jan-Ove opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Sep 11 '24 07:09 Jan-Ove