Running the following example
https://www.b4x.com/android/forum/t...s-firebase-cloud-messaging-fcm.67716/#content
I get the following error:
My code that relates to the error:
https://www.b4x.com/android/forum/t...s-firebase-cloud-messaging-fcm.67716/#content
I get the following error:
B4X:
Error occurred on line: 0 (FirebaseMessaging)
java.lang.Exception: Sub subscribetotopics signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject com.ecowatch.isprotector.firebasemessaging_subs_0._subscribetotopics() throws java.lang.Exception
class java.lang.String,
B4X:
Public Sub SubscribeToTopics
fm.SubscribeToTopic("is") 'you can subscribe to more topics
End Sub