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,
My code that relates to the error:
B4X:
Public Sub SubscribeToTopics
fm.SubscribeToTopic("is") 'you can subscribe to more topics
End Sub