Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Aug 14, 2024
2 parents 9d9c5c9 + 3d62965 commit 3227107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/no5ing/bbibbi/FirebaseService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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 3227107

Please sign in to comment.