I have developed an app using Expo, the Firebase JS SDK, and the expo-ads-admob and expo-firebase-analytics packages. In order to use the Firebase Analytics feature, I have installed the Firebase's Native SDK in my Expo Managed Workflow.
As I am using the Expo's Managed Workflow (no native code, only JS), I have not been able to integrate the AdSupport, as instanced here, so I cannot automatically collect dimensions like Age, Gender, Country... in my Firebase project.
My question is: with this specific configuration, will the ad_click and ad_impression events be auto-collected in production? If not, do I have to integrate something more or to manually log these events? Or is it impossible to do it in the managed workflow?
This is my package.json:
"expo": "^44.0.0",
"expo-ads-admob": "~12.0.0",
"expo-firebase-analytics": "~6.0.0",
"firebase": "8.10.0",