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
looks like there are a couple of use sites with FirebaseInstanceId.getInstance().getInstanceId()
when it needs to use something like FirebaseMessaging.getInstance().getToken().addOnSuccessListener(...)
if you're using a more recent version of firebase messaging
Sorry for the inconvenience. We have released v6.0.0 which no longer contains the Messaging feature so you should not experience this issue anymore. I'm closing this one now, please feel free to reopen if the problem exists.
Hi,
Getting a lot of crashes with this stractrace:
Fatal Exception: java.lang.NoClassDefFoundError Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId; com.mixpanel.android.mpmetrics.MixpanelFCMMessagingService.init (MixpanelFCMMessagingService.java:84) com.mixpanel.android.mpmetrics.MixpanelAPI.getInstance (MixpanelAPI.java:655) com.mixpanel.android.mpmetrics.MixpanelAPI.getInstance (MixpanelAPI.java:536) com.mixpanel.android.mpmetrics.MixpanelAPI.getInstanceFromMpPayload (MixpanelAPI.java:380) com.mixpanel.android.mpmetrics.MixpanelAPI.trackPushNotificationEvent (MixpanelAPI.java:358) com.mixpanel.android.mpmetrics.MixpanelPushNotification.trackCampaignReceived (MixpanelPushNotification.java:623) com.mixpanel.android.mpmetrics.MixpanelPushNotification.parseIntent (MixpanelPushNotification.java:236) com.mixpanel.android.mpmetrics.MixpanelPushNotification.createNotification (MixpanelPushNotification.java:75) com.mixpanel.android.mpmetrics.MixpanelFCMMessagingService.showPushNotification (MixpanelFCMMessagingService.java:166) com.mixpanel.android.mpmetrics.MixpanelFCMMessagingService.showPushNotification (MixpanelFCMMessagingService.java:150) com.mixpanel.android.mpmetrics.MixpanelFCMMessagingService.onMessageReceived (MixpanelFCMMessagingService.java:118) com.mixpanel.android.mpmetrics.MixpanelFCMMessagingService.onMessageReceived (MixpanelFCMMessagingService.java:100)
SDK version: 5.9.5
The text was updated successfully, but these errors were encountered: