Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AN] feat: Firebase Analytics 및 Crashlytics 를 활용하여 앱 사용자 데이터 수집 #306

Merged
merged 4 commits into from
Aug 6, 2024

Conversation

junjange
Copy link
Member

@junjange junjange commented Aug 6, 2024

이슈

개발 사항

  • gradle firebase analytics, crashlytics 추가
  • FirebaseAnalytics 설정 및 구현
  • FirebaseCrashlytics 설정
  • 회원가입 화면에서 카카오, 구글 로그인시 이벤트를 발생시켜 로그가 남도록 설정

전달 사항

  • 우선적으로 주석을 확인하여 로깅 전략과 구현을 확인하면 좋을 것 같습니다!
  • 커밋 링크에서 Types를 참조하여 로깅 전략 및 이벤트 로깅 시나리오를 확인하실 수 있습니다. 이를 바탕으로 적절한 이벤트를 지정해 주시면 감사하겠습니다!
  • AnalyticsHelperExtensions를 참고하여 이벤트를 구현해 주세요.
  • 이벤트를 통해 로그만을 기록할 수 있으며, 번들에 putString(), putInt() 등으로 원하는 데이터를 포함하여 기록할 수도 있습니다.
  • FirebaseCrashlytics는 설정했으며, 앱에서 크래시가 발생할 경우 자동으로 로그가 기록됩니다.
  • 로그가 잘 남는지 확인하기 위해서는 Firebase를 확인해주세요!

@junjange junjange added 🤖 android android ✨ feat 기능 개발 labels Aug 6, 2024
@junjange junjange self-assigned this Aug 6, 2024
Copy link

github-actions bot commented Aug 6, 2024

Test Results

3 tests   3 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit a8168e7.

Copy link
Member

@gaeun5744 gaeun5744 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니당~

Copy link
Contributor

@jinuemong jinuemong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 ㅎㅎ

Copy link
Contributor

@dpcks0509 dpcks0509 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생했어요~~

@junjange junjange merged commit 0734c6d into develop Aug 6, 2024
2 checks passed
@junjange junjange deleted the feature/firebase-analytics branch August 7, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android ✨ feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firebase Analytics 및 Crashlytics 를 활용하여 앱 사용자 데이터 수집
4 participants