-
Notifications
You must be signed in to change notification settings - Fork 218
Adding code comments to analytics.ts #535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
egilmorez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit and a terminology thing. Thanks esmacik!
…Function', and 'ID' instead of 'id'
… into em-analytics
thechenky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
| /** | ||
| * Interface representing a Firebase Analytics event that was logged for a specific user. | ||
| */ | ||
| /** Interface representing a Firebase Analytics event that was logged for a specific user. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this fit on one line? Can't tell
eventfunction,AnalyticsEventBuilder,AnalyticsEvent, andUserPropertyValue.