파이어베이스 트래킹

- login 트래킹 위치 수정
- marketing_pid 값 추가
This commit is contained in:
Yu Sung
2025-03-12 16:24:16 +09:00
parent f22bc9d98d
commit f8c424b2c3
3 changed files with 15 additions and 3 deletions

View File

@@ -95,6 +95,7 @@ final class HomeViewModel: ObservableObject {
}
NotiflyClient.shared.setUser(userId: UserDefaults.int(forKey: .userId), params: params)
FirebaseTracking.shared.login(method: "email")
}
} catch {
print(error)