capacitor-community / capacitor-community/firebase-analytics
Implementation of setDefaultEventParameters
Open
- 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
Assessment
This issue has not been assessed yet.