I'm encountering an issue where the in_app_purchase
event does not show up in Firebase Analytics, even though the user successfully completes a subscription using RevenueCat on Android.
Purchases.configure(PurchasesConfiguration.Builder(context, apiKey).build())
Firebase.analytics.appInstanceId.addOnSuccessListener { appInstanceId ->
Purchases.sharedInstance.setFirebaseAppInstanceID(appInstanceId)
}
Other details:
-
I’m using Firebase SDK directly (no third-party wrappers).
-
appInstanceId
logs successfully.