Context: Implementing Cloud Push Notifications on Android via Parse Server
Parse Server
as Backend and Firebase Cloud Messaging Service
Firebase Cloud
FirebaseInstanceIdService is no longer usable. Use latest version of parse and FirebaseMessagingService
FirebaseInstanceIdService
FirebaseMessagingService
implementation "com.github.parse-community.Parse-SDK-Android:fcm:1.21.0"
And use ParseFirebaseMessagingService
ParseFirebaseMessagingService