Tracking Multiple Button Clicks in A/B Testing with Firebase

  Kiến thức lập trình

I’m currently setting up A/B tests in Firebase to determine which variant of a button leads to more clicks per user. While I can currently track whether a button is clicked at all, I need to capture how many times each button is clicked by the same user within each variant.

Could anyone advise how to modify my Firebase setup to count multiple clicks on a button during an A/B test? Any tips or code snippets would be greatly appreciated!

Thank you!

LEAVE A COMMENT