Android Question [SOLVED] Error in FirebaseMessaging service

wizard699

Active Member
Licensed User
Longtime User
I've a new error an all app that include Firebase, after updating Internal Library Firebase Analitycs.

Error is at at the stsrt of app

firebasemessaging_subscribetotopics (java line: 264)
java.lang.RuntimeException: Object should first be initialized (FirebaseMessaging)


All my app crash in the same point!!!
What's changed?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
please update the macro in FirebaseRemoteConfig and add this code to ComponentDiscoveryService
Done. I´ve update the Library to V2.51 with this changes.
 
Upvote 0
Top