android-kotlin-notifications
android-kotlin-notifications copied to clipboard
Fix override method signatures in MyFirebaseMessagingService
The class contained in the file MyFirebaseMessagingService.kt no longer overrides the methods in the superclass, FirebaseMessagingService, properly. In particular, the parameters passed into onMessageReceived() and onNewToken() are both non-nullable now (so the ?'s should be removed).