Closed
Description
react-native-firebase/packages/analytics/lib/index.js
Lines 79 to 83 in 81c4e3b
Here, there is a message string to restrict length of name, but in fact, it does not check the length of the name.
'... Names should contain 1 to 32 alphanumeric characters or underscores.'
Moreover, the limit of the name is 40, which is not 32.
Reference: https://firebase.google.com/docs/reference/cpp/group/event-names#summary
Metadata
Metadata
Assignees
Labels
No labels