Aug 24, 2017 · 1 min read
right, although in that transformEvent method, you can end up having a big conditional, which is not pretty :(
if (event == share) return createFunalyticsShareEvent();else if (event == signIn) return createFunalyticsSignInEvent();// etc. for all events
but as you say, if you have the same key/events for all analytics platforms , than this is not a problem.
cheers!
