Skip to content

Conversation

@513sojin
Copy link
Collaborator

@513sojin 513sojin commented Feb 1, 2024

🌱 작업한 내용

  • remote config 추가
  • 업데이트 alert 추가

🌱 PR Point

  • alert 추가 시점은 appDelegate에서 정의했습니다

📸 스크린샷

구현 내용 스크린샷
ex. 로그인 화면

📮 관련 이슈

remote config 추가 및 alert 추가
@513sojin 513sojin requested a review from thingineeer February 1, 2024 17:40
@513sojin 513sojin self-assigned this Feb 1, 2024
Copy link
Collaborator

@thingineeer thingineeer left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.

let remoteConfig = RemoteConfig.remoteConfig()
let settings = RemoteConfigSettings()

settings.minimumFetchInterval = 0
Copy link
Collaborator

Choose a reason for hiding this comment

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

이건 뭐죠?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

firebase로부터 정보를 가져오는 최소 간격을 설정하는 변수입니다 ~ (초단위)

Copy link
Collaborator

Choose a reason for hiding this comment

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

심사올릴때는 1일 (86400초) 로 하는게 좋아 보이네용

@thingineeer thingineeer added Feat 새로운 기능 구현 소진🍊 labels Feb 1, 2024
@513sojin 513sojin merged commit 6c1e28d into develop Feb 1, 2024
@513sojin 513sojin deleted the #206 branch February 1, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feat 새로운 기능 구현 소진🍊

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] #206 - firebase remote config 추가

3 participants