Since my last update firebase dashboard is almost empty. At first I did think is new iOS 14.5 policy problem but refer to:
https://firebase.google.com/docs/ios/supporting-ios-14
I play around with settings and noticed that when I use
Analytics.setAnalyticsCollectionEnabled(true)
Firebase starts to provide data in real time as i have -FIRDebugEnabled.
But without calling it, I don't get firebase logs even in console looks like they are not send at all.
Why I need to Analytics.setAnalyticsCollectionEnabled(true)
if there is information This setting is persisted across app sessions. By default it is enabled ?
Or I am just missing something?
In that time I did update pods to newest version for:
pod 'Firebase/Crashlytics'
pod 'Firebase/AnalyticsWithoutAdIdSupport'
pod 'Firebase/Messaging'