Why is Firebase Analytics disabled for my iOS app?
So I finally found the issue. After creating a new project entirely and moving my app to that project it still didn't work. So I started to scan through the entire project for anything that might cause Firebase to disable logging.
Turns out FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED
was set to YES
in the Info.plist
file. I have no idea why, since the project didn't use Firebase at all until I started to add it. Hope this blunder helps someone else with the same issue.