SMOOTSARA Active Member Licensed User Longtime User Mar 22, 2018 #1 Hi guys I updated the B4A to version 8.0 I changed the Manifest as an example in this post. https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ After the data arrives at the Firebase Services, I receive the following message in LOG B4X: Try Log("StartingIntent==> "& StartingIntent) Log("intent Action ==> "& StartingIntent.Action) Log("intent ExtrasToString ==> "& StartingIntent.ExtrasToString) Log("intent GetData ==> "& StartingIntent.GetData) Log("intent Flags ==> "& StartingIntent.Flags) //////////////////////////////////////////////////////////////////////////////////////////// B4X: StartingIntent==> (Intent) Intent { act=b4a_firebasemessaging flg=0x10 cmp=xxxx.xxxx.xxxx.xxxx/.firebasemessaging$firebasemessaging_BR (has extras) } intent Action ==> b4a_firebasemessaging (BadParcelableException) android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.firebase.messaging.RemoteMessage Last edited: Mar 22, 2018
Hi guys I updated the B4A to version 8.0 I changed the Manifest as an example in this post. https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ After the data arrives at the Firebase Services, I receive the following message in LOG B4X: Try Log("StartingIntent==> "& StartingIntent) Log("intent Action ==> "& StartingIntent.Action) Log("intent ExtrasToString ==> "& StartingIntent.ExtrasToString) Log("intent GetData ==> "& StartingIntent.GetData) Log("intent Flags ==> "& StartingIntent.Flags) //////////////////////////////////////////////////////////////////////////////////////////// B4X: StartingIntent==> (Intent) Intent { act=b4a_firebasemessaging flg=0x10 cmp=xxxx.xxxx.xxxx.xxxx/.firebasemessaging$firebasemessaging_BR (has extras) } intent Action ==> b4a_firebasemessaging (BadParcelableException) android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.firebase.messaging.RemoteMessage
Erel B4X founder Staff member Licensed User Longtime User Mar 22, 2018 #2 Can you comment the Try / Catch statements and post the full stack trace? Upvote 0