Open
Conversation
sunjae0902
reviewed
Apr 16, 2026
| /// 튜토리얼 완료 이벤트 | ||
| /// 사용 위치: TutorialView 완료 시 | ||
| func logTutorialComplete() { | ||
| Analytics.logEvent(AnalyticsEventTutorialComplete, parameters: nil) |
Member
There was a problem hiding this comment.
P5: AnalyticsEventTutorialComplete라는 이벤트 네임은 어디에 따로 정의되어 있는 건지 궁금합니다!
Collaborator
Author
sunjae0902
approved these changes
Apr 16, 2026
Member
sunjae0902
left a comment
There was a problem hiding this comment.
고생하셨어요!
회의때 이야기 했던 제미나이 리뷰 도입은 계획이 어떻게 되는건지 궁금합니다 👀
Collaborator
Author
|
@sunjae0902 그래서 Actions에서 특정 키를 등록하여 연동하는 방식을 찾아봐야하나 고민중이었고, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

작업 내용 및 고민 내용
init()에서FirebaseApp.configure()를 호출하여 앱 시작과 동시에 서비스가 준비되도록 설정했습니다.import FirebaseAnalytics가 프로젝트 곳곳에 흩어지는 것을 방지하기 위해 별도의 서비스 레이어를 구축했습니다.스크린샷
리뷰 요구사항