codelab-friendlychat-android
codelab-friendlychat-android copied to clipboard
FirebaseInstanceIdService is deprecated
The FirebaseInstanceIdService
class has been deprecated in version 17.1.0. Consequently, the MyFirebaseInstanceIdService
class in step 10 is no longer necessary and should be removed.
The code in onTokenRefresh()
should be moved to onNewToken()
from the MyFirebaseMessagingService
class.
@rosariopfernandes you're right, we will get this fixed.
Could you provide the full MyFirebaseMessagingService class?
The methon onNewToken() is never used when I put it in MyFirebaseMessagingService class