firebase / firebase-unity-sdk

The Firebase SDK for Unity
http://firebase.google.com
Apache License 2.0
234 stars 38 forks source link

Add support for Analytics Parameters of Lists #1126

Closed a-maurice closed 1 month ago

a-maurice commented 1 month ago

Description

Provide details of the change, and generalize the change in the PR title above.

Adds support for Analytics Parameters to take in Dictionaries and Lists of Dictionaries, which is needed for some Analytics events like ViewCart.

Most of the logic is in C++ here: https://github.com/firebase/firebase-cpp-sdk/pull/1660

This has been a long missing feature, recently tracked via: https://github.com/firebase/firebase-unity-sdk/issues/1056


Testing

Describe how you've tested these changes.

Running locally


Type of Change

Place an x the applicable box: