capacitor-community / capacitor-community/firebase-analytics
logEvent does not support array params
- Dominant language
- Java
- Stars
- 178
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The documentation states that we can use array params, firebase throws an error indicating we cant.
**To Reproduce**
Steps to reproduce the behavior:
1. Use logEvent with params:
```js
await FirebaseAnalytics.logEvent({
name: "testEvent",
params: {
products: ["array", "array2"]
}
})
```
**Expected behavior**
Array params should be visible in firebase
**Screenshots**


**Smartphone (please complete the following information):**
- Device: iphone 12 mini
- OS: 15.4
- Browser: safari
- Version ?
Contributor guide
Assessment
This issue has not been assessed yet.