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
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: