Firebase stopped logging

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): iOS/Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

“expo-firebase-analytics”: “~6.0.0” was working perfectly fine for me. However, two days ago I just stopped seeing any analytics on my firebase console. I tried defaulting to different versions or logging test events, but still did not see anything in firebase. Not sure how to proceed or test any further.

For anyone who might run into this issue:
The problem turned out to be that the version being used by users was not the same on production, due to OTA (over the air updates). Once the version numbers matched for iOS and Android, Analytics started working again.

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