Firebase Analytics not showing custom events

Please provide the following:

  1. SDK Version:

“expo”: “^37.0.8”,
“expo-firebase-analytics”: “~2.3.0”,

  1. Platforms(Android/iOS/web/all): iOS/Android

I am using the expo firebase analytics module, and I am trying to log custom events. The code below shows what I am doing:

import * as Analytics from "expo-firebase-analytics"

Analytics.logEvent('test', { testing: true })

I see my screen views coming through in Firebase analytics, like first_open, app_remove, although I do not see any of my custom events. I could not find any other step in the docs. Is there something else needed to use custom analytics?

2 Likes

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