I have setup firebase in both the console and in the app. Everything configures correctly, and events appear to be logging in the app.
Output to console:
<
I made it possible by writing the following:
func application(_ application: UIApplication, didFinishLaunchingWithOptions, ...) { // some other initialization FirebaseApp.configure() Firebase.Analytics.setAnalyticsCollectionEnabled(true) }