Reputation: 623
Is it possible to send in-app purchase events to Firebase manually ? (instead of letting Firebase tracking them automatically?)
Upvotes: 4
Views: 3331
Reputation: 1923
They have ECOMMERCE_PURCHASE event. I suppose that's what you should use in order to track any purchases that aren't tracked automatically. Pass this constant as the event name to logEvent
call.
Upvotes: 3