android-kotlin-notifications-fcm
android-kotlin-notifications-fcm copied to clipboard
Advanced Android in Kotlin: Firebase Messaging 1.2 [Step 6][Access data payload on background]
Describe the problem
- How to access the data payload when the app is in the background and tap on a notification.
- How to access the data payload when the app is in the background and doesn't click on the notification.
In which lesson and step of the codelab can this issue be found? Lesson 1.2: Android Firebase Cloud Messaging, Task 6, Step 2.
How to reproduce? Put the app in the background and sent a push notification with data payload from the console.
Versions
- What version of Android Studio are you using?
- What API level are you targeting?
Additional information
codelab: advanced-android-kotlin