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
I've identified that the issue stems from registering FirebaseMessaging.onBackgroundMessage() for FCM in my project. When I comment out this code, all callbacks function normally. Could you help troubleshoot whether this is due to interference between the isolated isolates of onBackgroundMessage and other callbacks like onRecvNewMessage and conversationChanged?