According to the comment in analytics-common.ts and also official document: https://firebase.google.com/docs/reference/cpp/group/parameter-names, alphanumeric characters are allowed in param names.
However, the regexp used in the following line does not accept 'numeric' character.
So, a param name like 'group1' is rejected by the logic.
Damn, you're right. Let me fix that. Thanks for reporting it!
Most helpful comment
Damn, you're right. Let me fix that. Thanks for reporting it!