I am testing the new Google-powered Firebase, and have implemented remote notifications and crash reporting. I am, however, having massive problems with getting Analytics to
In Swift it should be like:
FIRAnalytics.logEvent(withName: "SignUp", parameters: ["user_id": userid, "user_name": username])
To view this event in Firebase:
To view this event in Xcode:
-FIRAnalyticsDebugEnabledNote that -FIRAnalyticsDebugEnabled has only ONE dash in front of it.