Skip to content

feat: firebase 관련 코드 및 package 설치#224

Open
bongjooncha wants to merge 1 commit into
devfrom
feat/#221/prepare_firebase_analytics
Open

feat: firebase 관련 코드 및 package 설치#224
bongjooncha wants to merge 1 commit into
devfrom
feat/#221/prepare_firebase_analytics

Conversation

@bongjooncha
Copy link
Copy Markdown
Contributor

@bongjooncha bongjooncha commented Nov 24, 2025

🔍 PR Content

firebase 연결할 수 있는 패키지 및 코드 추가했습니다. GoogleService-Info.plist는 따로 저에게 받아야합니다.

📸 Screenshot

📍 PR Point

AppDelegate 파일 내 Firebase 로직을 생성 시킬 수 있는 class 생성

import SwiftUI
import FirebaseCore


class AppDelegate: NSObject, UIApplicationDelegate {
  func application(_ application: UIApplication,
                   didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
    FirebaseApp.configure()

    return true
  }
}

GlayerApp에 @UIApplicationDelegateAdaptor 추가

@bongjooncha bongjooncha linked an issue Nov 24, 2025 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] - firebase Analytics 준비

1 participant