Advanced Android in Kotlin: Firebase Messaging 1.2 [Step 5][Task: Starting with Firebase Cloud Messaging]
Describe the problem
The explanation makes reference to the onNewToken() function in MyFirebaseMessagingService.kt, but in the starter code there is no onNewToken() function.
In which lesson and step of the codelab can this issue be found? Lesson 01.2: Android Firebase Cloud Messaging, Step 5 Task: Starting with Firebase Cloud Messaging
How to reproduce?
When downloading the git repository indicated in the codelab, after checkout to start branch. There is no onNewToken() function in the MyFirebaseMessagingService.kt as the explanation indicates.
Additional information We can just copy the code indicated in the codelab, but for the sake of the learning process I think you should fix that, it's confusing to follow the instructions on something that doesn't exist.
codelab: advanced-android-kotlin