Closed scottpchow23 closed 7 years ago
If you attempt to create an event with spaces, you'll get the following error:
Makestagram[8507] <Error> [Firebase/Analytics][I-ACS013002] Event name must contain only letters, numbers, or underscores: Created Post
Suggested fix: use underscore instead of spaces.
"Created Post" -> "Created_Post" "Poster ID" -> "Poster_ID"
Oops! That's correct. The standard should be snake case. (i.e. created_post, poster_id)
Thanks for catching this, I'll get this fixed!
If you attempt to create an event with spaces, you'll get the following error:
Makestagram[8507] <Error> [Firebase/Analytics][I-ACS013002] Event name must contain only letters, numbers, or underscores: Created Post
Suggested fix: use underscore instead of spaces.
"Created Post" -> "Created_Post" "Poster ID" -> "Poster_ID"