B4A Question Solved, Notifications stopped suddenly, any help? - aeric (first post)    Sep 17, 2024 Download PushClients.zip
Open the project and you should notice the FirebaseMessaging file is a new file.
For old version (service), it is showed as "lightning" icon in the IDE but the new version (receiver), it is shown as "an arrow pointing to a square" icon. B4A Question App do not run in Android 13 - josejad (first post)    Feb 08, 2023   (1 reaction) Have you seen this note: Edit: FirebaseMessaging should be a Receiver. Not a service And this one? Q. I don't need new stuff. I will continue to use my beloved services for all of these use cases. A. Good for you, but your app will crash on Android 12+ devices with this error when the process is B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel (first post)    Jan 10, 2023   (4 reactions) Code was updated. FirebaseMessaging should be a Receiver instead of a Service. B4A Question B4A V 12.2 Default FirebaseApp is not initialized - josejad (first post)    May 22, 2023 By the way, have you follow this advice from Erel? Edit: FirebaseMessaging should be a Receiver. Not a service. B4A Question Firebase Push notification error - mr.gedo (first post)    Feb 08, 2020 google.firebase.messaging.FirebaseMessaging' appears in /data/app/com.pushnotification.ea-AjkyIHoxWozePI_MiXp-mw==/base.apk)
at anywheresoftware.b4a.objects.FirebaseNotificationsService$FirebaseMessageWrapper.SubscribeToTopic(FirebaseNotificationsService.java:130)
at com.pushnotification.ea. B4A Question FirebaseMessaging service - DonManfred (first post)    Sep 05, 2023   (1 reaction) Update your B4A Version and probably update your SDK.
Also you need to adapt your code to use Receiver instead of Service.
See the updated tutorial:
https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ B4A Question Problem with FirebaseMessaging - DonManfred (first post)    May 16, 2022   (1 reaction) and this code is in a service named FirebaseMessaging? It is mandatory that the service has THIS name! B4A Question SOLVED FirebaseMessaging doesn't start on sleeping Android 7 - tigrot (first post)    Sep 27, 2017   (1 reaction) The FirebaseMessaging service is now sticky. The user must terminate with the appropriate button.
The whole process is restarted very well, in this case. B4A Tutorial [B4X] Firebase Push Notifications 2023+ - Erel    Jul 25, 2023   (27 reactions) See the attached project. 3. The notification is created in FirebaseMessaging receiver. Note that in debug mode, it will only work while the app is running. B4i 1. Follow the configuration instructions: https://www.b4x.-push-messages-server-not-required.68645/#content (ignore the code references). B4A Question FirebaseMessaging - Cadenzo    Jun 12, 2018 Using FirebaseMessaging with B4A 8.3 (not with B4A 8.0) I get an error with the method .SubscribeToTopic
(java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;); in class ; or its super classes (declaration of 'com.google.firebase.messaging.FirebaseMessaging' appears in Page: 1   2   3   4   5   6   7   Powered by ColBERT |