Manually log in-app purchase events in Firebase

Viewed 1890

Is it possible to send in-app purchase events to Firebase manually ? (instead of letting Firebase tracking them automatically?)

1 Answers

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.

Related