Cannot trigger Firebase Cloud Function on Firebase Analytic Event

Hello,

I am trying to trigger a firebase cloud function when a specific event is logged.
I tried testing it with “screen_view” event. I can see the event in the Firebase console but the function never triggers.

Reading this page from the Google Analytics doc it says:

Only iOS and Android events marked as conversion events are currently supported by Cloud Functions; Web conversion events are not currently available.

I marked the “screen_view” event as a conversion event several days ago (I read that it might take some hours for the change to apply).

Reading the expo-firebase-analytics website it says that:

Expo Go relies on a JavaScript-based implementation of Firebase Analytics to log events. This means that certain native life-cycle events are not recorded in the standard client, but you can still use logEvent to record events.

I am not sure what would be the difference but maybe that’s the reason why the cloud function is not triggering on events?

Does anyone have the same issue?

  1. SDK Version: 40
  2. Platforms(Android/iOS/web/all): Android and iOS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.