google-developer-training / advanced-android-kotlin-notifications-fcm

Other
20 stars 56 forks source link

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

Open ellasaro opened 2 years ago

ellasaro commented 2 years ago

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