Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 7b308e0

Browse files
joshbucheaSalakar
authored andcommitted
docs(analytics): max char length for event param name & value (#243)
* max char length for event param name & value * link to source docs
1 parent 8e98e89 commit 7b308e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/analytics/reference/analytics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ The following methods are accessed via the Analytics instance `firebase.analytic
1212
[method]logEvent(event, params) returns void;[/method]
1313

1414
Log a custom event with optional params.
15-
Note: up to 100 characters is the maximum character length supported for event parameters.
15+
16+
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.
17+
18+
See [Collection and configuration limits](https://support.google.com/firebase/answer/9237506?hl=en) in Firebase Help for additional information.
1619

1720
| Parameter | |
1821
| --------- | ------- |

0 commit comments

Comments
 (0)