Moons
Moons

Reputation: 623

Manually log in-app purchase events in Firebase

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

Upvotes: 4

Views: 3331

Answers (1)

fo2rist
fo2rist

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

Related Questions