-
Notifications
You must be signed in to change notification settings - Fork 1
[Fix] Firebase Remote Config 오류 수정 #141
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
Open
HwangJaemin49
wants to merge
23
commits into
develop
Choose a base branch
from
fix/#140-firebase-remote-config
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
987a0b4
Feature(#135): Firebase Remote Config 메이 리뷰 반영
JaeminHwang49 6c880a1
:sparkles: Feature: Add Bitrise CI configuration for Android builds
SuHyeon00 e95186e
:sparkles: Feature: Upgrade Bitrise step versions for git-clone and g…
SuHyeon00 bb336af
:sparkles: Feature: Update Bitrise workflows to rename primary and re…
SuHyeon00 3b58666
:sparkles: Feature: Replace echo commands with envman for setting env…
SuHyeon00 9b92012
:sparkles: Feature: Update cache steps
SuHyeon00 d14a90b
:sparkles: Feature: Add script to setup google-services.json files fo…
SuHyeon00 e231f75
:sparkles: Feature: Upgrade restore and save gradle cache steps to ve…
SuHyeon00 9534567
:sparkles: Feature: Downgrade save-gradle-cache step to version 1 in …
SuHyeon00 230f62c
:sparkles: Feature: Add conditional android-sign step in Bitrise work…
SuHyeon00 33f228c
:sparkles: Feature: Rename android-sign step to sign-apk in Bitrise w…
SuHyeon00 463c220
:sparkles: Feature: Enable APK signing in Bitrise workflows
SuHyeon00 98a8a39
:sparkles: Feature: Enhance GoogleLoginHelper with error logging
SuHyeon00 05202ec
:sparkles: Feature: Upgrade gradle-runner and sign-apk steps to lates…
SuHyeon00 cb8a431
:sparkles: Refactor: Remove debug checks from logging methods in AppL…
SuHyeon00 89e14d6
Revert ":sparkles: Refactor: Remove debug checks from logging methods…
SuHyeon00 68fe8dd
:sparkles: Feature: use generic Crashlytics message for credential er…
SuHyeon00 78ba473
:recycle: Refactor: loop for google-services, dynamic Discord title, …
SuHyeon00 f3af954
:sparkles: Feature: add triggers
SuHyeon00 b276684
Merge branch 'develop' of https://github.com/UMC-Edison/Edison-AOS in…
JaeminHwang49 2fb1c43
Merge branch 'feature/bitrise-setting' of https://github.com/UMC-Edis…
JaeminHwang49 7aeeeca
Firebase 로직 수정 및 회원가입 api 요청 body 수정
JaeminHwang49 b812060
Firebase 로직 수정 및 회원가입 api 요청 body 수정
JaeminHwang49 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Crashlytics에 기록되는 에러 메시지가 고정된 문자열로 설정되어 있습니다. 실제 발생한 예외 메시지(
e.message)를 함께 기록하면 나중에 문제를 분석할 때 더 구체적인 정보를 얻을 수 있습니다.