|
@@ -12,8 +12,8 @@ import AppCenter
|
|
|
import AppCenterAnalytics
|
|
|
import AppCenterCrashes
|
|
|
#endif
|
|
|
-//import FirebaseCore
|
|
|
-//import FirebaseAnalytics
|
|
|
+import FirebaseCore
|
|
|
+import FirebaseAnalytics
|
|
|
|
|
|
@main
|
|
|
class AppDelegate: NSObject, NSApplicationDelegate {
|
|
@@ -75,7 +75,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
#if VERSION_DMG
|
|
|
AppCenter.start(withAppSecret: appSecret, services: [Analytics.self, Crashes.self])
|
|
|
#endif
|
|
|
-// FirebaseApp.configure()
|
|
|
+ FirebaseApp.configure()
|
|
|
// Analytics.logEvent(AnalyticsEventSignUp, parameters: [
|
|
|
// AnalyticsParameterMethod: "method"
|
|
|
// ])
|