[AN] feat: Firebase Analytics 및 Crashlytics 를 활용하여 앱 사용자 데이터 수집 #306
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.
이슈
개발 사항
firebase analytics
,crashlytics
추가FirebaseAnalytics
설정 및 구현FirebaseCrashlytics
설정전달 사항
Types
를 참조하여 로깅 전략 및 이벤트 로깅 시나리오를 확인하실 수 있습니다. 이를 바탕으로 적절한 이벤트를 지정해 주시면 감사하겠습니다!AnalyticsHelperExtensions
를 참고하여 이벤트를 구현해 주세요.FirebaseCrashlytics
는 설정했으며, 앱에서 크래시가 발생할 경우 자동으로 로그가 기록됩니다.Firebase
를 확인해주세요!