capacitor-community / capacitor-community/firebase-analytics

Implementation of setDefaultEventParameters

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

Description

Theres no other way to include additional parâmeters to an automatic event such as screen_view without the usage of
setDefaultEventParameters.

What I really need is the implementation of the setDefaultEventParameters()
val parameters = Bundle().apply {
this.putString("level_name", "Caverns01")
this.putInt("level_difficulty", 4)
}

firebaseAnalytics.setDefaultEventParameters(parameters)

https://firebase.google.com/docs/analytics/events?platform=android

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.