Question

Firebase is not receiving the in_app_purchase event.

  • 13 March 2024
  • 1 reply
  • 11 views

Badge +3

After integrating RevenueCat, the in_app_purchase event stopped in Firebase. Is this normal? Meanwhile, the purchase event is still coming from RevenueCat's Firebase integration.

Flutter, Android


This post has been closed for comments

1 reply

Userlevel 4
Badge +6

Hi @user-c381b6,

The in_app_purchase event is a Firebase SDK event that's automatically collected, unrelated to RevenueCat's implementation: https://support.google.com/firebase/answer/9234069?hl=en

Unfortunately, for this reason, we can’t speak exactly to why it would no longer be sending - is it possible that while setting up the integration between Firebase and RevenueCat, something changed in your set up or in the SDK that you are using, such as removing the Google Analytics for Firebase SDK that does automatically trigger those in_app_purchase events?