React Native firebase analytics replace standard with custom event

Viewed 30

Right now I am logging an event analytics().logSearch(payload) with this method, can I just replace it with this analytics().logEvent('search', payload) and keep the same count on my events on firebase? Will this create a new instance of the event on the console or it is the same thing?

0 Answers
Related