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

feature: 푸시알림 #233

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open

feature: 푸시알림 #233

wants to merge 43 commits into from

Conversation

leeseokchan00
Copy link
Contributor

@leeseokchan00 leeseokchan00 commented Nov 16, 2024

📌𝘐𝘴𝘴𝘶𝘦𝘴

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

  • fcm 푸시알림
  • 앱의 포그라운드, 백그라운드, 알림타입(공지, 캐릭터챗) 분기처리

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

Screen_recording_20241117_060357.mp4

💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴

분기처리가 많이 복잡해서 주석 많이 달아놨습니다. 나중에 지울게요ㅎㅎ
KakaoTalk_Photo_2024-11-17-06-25-13

@leeseokchan00 leeseokchan00 added 🍯 feature 새로운 기능을 구현합니다. 🐴 말왕파 석찬 유유유 유유유 유유 마그눼릭 labels Nov 16, 2024
@leeseokchan00 leeseokchan00 self-assigned this Nov 16, 2024
Copy link
Member

@junseo511 junseo511 left a comment

Choose a reason for hiding this comment

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

일관성 부분만 지켜주삼 나머지는 빠른 작업을 위해 어프할게요

import kotlinx.coroutines.flow.map
import javax.inject.Inject

class DefaultDeviceTokenPreferencesDataSource @Inject constructor(
Copy link
Member

Choose a reason for hiding this comment

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

r: 토큰을 통합해서 관리하신다면 이 친구는 분리될 필요가 없을 것 같습니다

val isMainUiState by viewModel.mainUiState.collectAsState()
LaunchedEffect(isMainUiState) {
if (!isMainUiState.characterName.isNullOrBlank() && !isMainUiState.characterChatting.isNullOrBlank()) {
//
Copy link
Member

Choose a reason for hiding this comment

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

c: 이부분 암것도 안써있삼

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이거 나중에 추가할게요

Comment on lines +232 to +234
# Google
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }

Copy link
Member

Choose a reason for hiding this comment

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

c: 위쪽에 Google Play Service라고 이미 있음요 위치 옮겨주심 좋을듯

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이거는 플러그인이고 위에있는건 라이브러리 잖아요..

Copy link
Member

Choose a reason for hiding this comment

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

아 맞네 ㅇㅋ

OliviaYJH and others added 19 commits November 17, 2024 16:55
# Conflicts:
#	feature/home/src/main/java/com/teamoffroad/feature/home/presentation/HomeScreen.kt
#	feature/home/src/main/java/com/teamoffroad/feature/home/presentation/HomeViewModel.kt
…roid into feature/219

# Conflicts:
#	feature/home/build.gradle.kts
…roid into feature/219

# Conflicts:
#	feature/main/build.gradle.kts
#	gradle/libs.versions.toml
# Conflicts:
#	feature/home/src/main/java/com/teamoffroad/feature/home/presentation/HomeScreen.kt
#	feature/home/src/main/java/com/teamoffroad/feature/home/presentation/component/HomeIcons.kt
#	feature/home/src/main/res/values/strings.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍯 feature 새로운 기능을 구현합니다. 🐴 말왕파 석찬 유유유 유유유 유유 마그눼릭
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: 푸시 알림
3 participants