android-kotlin-notifications-fcm icon indicating copy to clipboard operation
android-kotlin-notifications-fcm copied to clipboard

Advanced Android in Kotlin: Firebase Messaging 1.2 [Step #][description]

Open ellasaro opened this issue 3 years ago • 0 comments

Describe the problem Outdated information and possible typo.

Lesson 6: Task: Sending data with FCM Step 1: Data messages "The payload is stored in the data property of the remoteMessage object. Both the remoteMessage object and the data property can be null." -> This seems to be outdated since both the remoteMessage object and data are non-null.

Step 2: Handling messages in the foreground and background "...you also want to make sure the reminder notification always appears, regardless of up whether the app is in foreground or background." -> The "up" seems to be a typo.

In which lesson and step of the codelab can this issue be found? Lesson 6, Step 1 Lesson 6, Step 2

How to reproduce? N/A

Versions N/A

Additional information N/A

codelab: advanced-android-kotlin Advanced Android in Kotlin 01.2: Android Firebase Cloud Messaging

ellasaro avatar Jun 30 '22 22:06 ellasaro