Fernando Pascoal Gomes
Fernando Pascoal Gomes

Reputation: 180

logEvent of firebase have limit of characters on parameters, how i can send more of 100 characters to google analytics?

i need send analytics logEvent for google analytics with more off 100 characters on parameters. I using react-native-firebase for react-native and give me an error on debugView. So, someone know other solution for this case?

I try find others lib but no success.

Upvotes: 0

Views: 1276

Answers (1)

looptheloop88
looptheloop88

Reputation: 3800

It's not possible to log events with more than 100 parameters, even upgrading to paid plans. The limits are the same for all Firebase projects. See this documentation for your reference.

Upvotes: 1

Related Questions