capacitor-community / firebase-analytics

Enable Firebase Analytics for Capacitor Apps
MIT License
160 stars 64 forks source link

Allow any json payload to android logEvent #108

Closed wyattades closed 2 years ago

wyattades commented 3 years ago

Add support for more parameter types to logEvent on android: boolean, object, array of objects, array of numbers, array of strings, null, undefined. Previously, the plugin would throw an error if any of these were used. The goal here is to accept any parameters and instead rely on Google Analytics' back-end to validate them.

Quirks:

fixes https://github.com/capacitor-community/firebase-analytics/issues/22