Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?)

like image 313
Md Narimani Avatar asked Oct 28 '25 20:10

Md Narimani


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.

like image 147
fo2rist Avatar answered Oct 31 '25 10:10

fo2rist