Skip to content

Commit

Permalink
docs(analytics): max char length for event param name & value (#243)
Browse files Browse the repository at this point in the history
* max char length for event param name & value

* link to source docs
  • Loading branch information
joshbuchea authored and Salakar committed Jan 24, 2020
1 parent 8e98e89 commit 7b308e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/analytics/reference/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ The following methods are accessed via the Analytics instance `firebase.analytic
[method]logEvent(event, params) returns void;[/method]

Log a custom event with optional params.
Note: up to 100 characters is the maximum character length supported for event parameters.

Note: up to 40 characters is the maximum character length supported for event parameter names, and up to 100 characters is the maximum character length supported for event parameter values.

See [Collection and configuration limits](https://support.google.com/firebase/answer/9237506?hl=en) in Firebase Help for additional information.

| Parameter | |
| --------- | ------- |
Expand Down

0 comments on commit 7b308e0

Please sign in to comment.