Skip to content

Commit

Permalink
[Feat] Firebase 연동
Browse files Browse the repository at this point in the history
  • Loading branch information
minsangKang committed May 18, 2022
1 parent 834a152 commit 3bfffb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project_Timer/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
FirebaseApp.configure()
Analytics.logEvent("launch", parameters: [
AnalyticsParameterItemID: "ver 6.5",
])
UNUserNotificationCenter.current().delegate = self
NotificationCenter.default.addObserver(forName: .setBadge, object: nil, queue: .current) { _ in
UIApplication.shared.applicationIconBadgeNumber = 1
Expand Down

0 comments on commit 3bfffb2

Please sign in to comment.