-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FIX/#204] firebase / storage 업로드 #205
Conversation
- 특정 api(35) 기기에서 업데이트 불가 현상 수정 - withTimeout 제거
- play_store 앱 배포시 검증된 유저만 firestore, storage에 접근 가능하게 설정
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.
감사합니다!
꽤 심각한 오류가 있었군요!
새로 알게된 개념이었을텐데 대단하십니다!
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.
일부 API에서만 문제가 발생하는 건 신기하네요...
val createdBy = database.collection("user").document(episodeModel.createdBy) | ||
val group = database.collection("group").document(episodeModel.group) | ||
database.document("episode/${episodeModel.id}") |
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.
정의된 상수 사용해주셔도 좋을 것 같습니다!
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.
적용해볼게요!
📍 Work Description
📸 Screenshot
📢 To Reviewers
⏲️Time