You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
FirebaseInstanceIdService
class has been deprecated in version 17.1.0. Consequently, theMyFirebaseInstanceIdService
class in step 10 is no longer necessary and should be removed.The code in
onTokenRefresh()
should be moved toonNewToken()
from theMyFirebaseMessagingService
class.The text was updated successfully, but these errors were encountered: