capacitor-community / capacitor-community/firebase-analytics

Expose setUserProperties to set multiple user properties at once

Open
#167 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
178
Forks
70
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
There's currently no way to set user properties at once.

**Describe the solution you'd like**
I'd like a `FirebaseAnalytics.setUserProperties({ [name]: [value], ... })` method exposed.

**Describe alternatives you've considered**
The only alternative is to iterate through all the properties and set them one at a time using `FirebaseAnalytics.setUserProperty`. However, this seems inefficient given that the underlying library seems to support `setUserProperties`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.