Skip to content

Commit

Permalink
Merge pull request #15 from bibbi-team/release/1.2.1
Browse files Browse the repository at this point in the history
[RELEASE/1.2.1->MAIN] 앱 버전 1.2.1 릴리즈
  • Loading branch information
CChuYong authored Aug 14, 2024
2 parents 3227107 + 8319a39 commit dc75ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/no5ing/bbibbi/FirebaseService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class FirebaseService : FirebaseMessagingService() {
companion object {
const val channel_id = "bbibbi_channel"
}

override fun onMessageReceived(remoteMessage: RemoteMessage) {
Timber.d("[FirebaseService] onMessageReceived notification: ${remoteMessage.notification}")
Timber.d("[FirebaseService] onMessageReceived data: ${remoteMessage.data}")
Expand Down

0 comments on commit dc75ae1

Please sign in to comment.