Firebase Analytics doesn't seem to capture in_app_purchase for Android

We have recently started integrating the firebase analytics plugin that is available here: https://marketplace.coronalabs.com/corona-plugins/firebase-analytics

I can see the custom events that I have added, but the in_app_pucrhase event for Android isn’t showing up. It should have been one of the default events:

https://support.google.com/firebase/answer/6317485

Based on the testing we have done so far, it seems that the in_app_purchase of iOS is being magically captured, but the Google Play one doesn’t seem to be. We are using plugin.google.iap.v3.

Many thanks for the help!

You should be able to handle this with
firebaseAnalytics.logEvent( “in_app_purchase” , {price = 1.00,
product_id=“myId”})