Skip to content

Commit

Permalink
[CHORE]#75 : 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Aug 7, 2024
1 parent ef95e4d commit 4c426d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/kotlin/com/bff/wespot/PushNotificationService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ import com.google.firebase.messaging.RemoteMessage
class PushNotificationService : FirebaseMessagingService() {
override fun onNewToken(token: String) {
super.onNewToken(token)

// Update server
}

override fun onMessageReceived(message: RemoteMessage) {
super.onMessageReceived(message)

// Respond to received messages
}
}

0 comments on commit 4c426d0

Please sign in to comment.