I get this error when trying the Firebase Messaging example from Erel:
The sub in FirebaseMessaging is called SubscribeToTopics (plural!) and the call in Service_Create is CallSubDelayed(FirebaseMessaging, "SubscribeToTopics") (also plural).
Target API is 26, latest firebase-messaging version 17.1.0 (and all other libs are up to date as well).
Using the latest B4A and compiled in release mode.
B4X:
java.lang.NoSuchMethodError: No virtual method subscribeToTopic
The sub in FirebaseMessaging is called SubscribeToTopics (plural!) and the call in Service_Create is CallSubDelayed(FirebaseMessaging, "SubscribeToTopics") (also plural).
Target API is 26, latest firebase-messaging version 17.1.0 (and all other libs are up to date as well).
Using the latest B4A and compiled in release mode.