B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new.... Add a Receiver named FirebaseMessaging to your app (must be this name): Sub Process_Globals Private fm As FirebaseMessaging End Sub Private Sub Receiver_Receive (FirstTime As Boolean... CallSubDelayed(FirebaseMessaging, "SubscribeToTopics") End Sub Now we can send messages to... is started again. Firebase Cloud Messaging service is a layer above Google Cloud Messaging service... B4A Question FirebaseMessaging Not Found (Manifest Editor) - Alex_197    Oct 2, 2024 Hi all.
I'm trying to replace the service FirebaseMessaging with the Receiver FirebaseMessaging.
I removed FirebaseMessaging service from my project and added Receiver FirebaseMessaging.
Now I see in a log these lines
Error parsing Manifest script
FirebaseMessaging Not Found (Manifest Editor... B4A Tutorial [B4X] Firebase Push Notifications 2023+ - Erel    Feb 9, 2025   (30 reactions) . The notification is created in FirebaseMessaging receiver. Note that in debug mode, it will only work.... FirebaseMessaging module isn't shared between the two projects. It is different in B4A and B4i. 3. The message payload can be customized in many ways. API reference: https://firebase.google.com/docs... work properly unless you using the B4J tool to send the messages. B4A 1. Follow the generic Firebase... file. This file includes a private key that gives access to your firebase account. Keep it secured... B4A Example Firebasemessaging (FCM): Receive messages in doze/sleep mode - KMatle    Nov 29, 2021   (10 reactions) Issue: Device doesn't receive FCM messages while in sleep/doze mode Important to know: Google... = legacy mode https://fcm.googleapis.com/v1/projects/myproject-b5ae1/messages:send =v1 More info... using "legacy" FCM messaging (in my scenario I use data messages. The notifications... messages or your network is struggling 4. You can still mix data and notification messages (should work either but there are limitations - see Google's docs) 5. Even WhatsApp messages do come in late... B4A Question [SOLVED] SDK31 Android12 ... Fatal Exception: java.lang.RuntimeException Unable to start receiver com.xxxxx.firebasemessaging$firebasemessaging_BR - scsjc    Nov 28, 2022 I received error Fatal Execption ... $firebasemessaging_BR ....
firebasemessaging$firebasemessaging_BR.onReceive (firebasemessaging.java:17)
136493... B4A Question [SOLVED] Error in FirebaseMessaging service - wizard699    Dec 14, 2019 .lang.RuntimeException: Object should first be initialized (FirebaseMessaging)
All my app crash in...I've a new error an all app that include Firebase, after updating Internal Library Firebase... B4A Question Error receiving message firebaseMessaging Targeting S+ - Snoop    Feb 14, 2023 . I was reading something with NB6 but I have no idea how to convert from FirebaseMessaging library to... parts it worked. When the app is open I am able to receive the message normally now.
139307
But if... B4A Question FirebaseMessaging service stop running - how to do for obtain an 'unbreakable service' ? - amorosik    Sep 29, 2021 I wrote an app, following Erel's basic Fcm example, with foreground screenshots, which contains the FirebaseMessaging service for receiving push notifications
Being the code enclosed within... B4A Question FirebaseInstallations Token and FirebaseMessaging Token - Robert Valentino    Jul 16, 2021 Does anyone know if the token form these two routines are the same. Playing around with FirebaseMessaging I noticed that the Token only seems to change when app is reinstalled, changes, etc Was wonder if this token would could be used as our Unique Device Key Where I am really confused is FirebaseInstallations seems to have a Instance id as well as Token. https://stackoverflow.com/questions/37678248/in-what-period-does-the-firebases-app-token-changes-and-how-to-manage-it Any help if Token... B4A Question [B4XPages] [SOLVED] How to ShowPage after FirebaseMessage Arrived? - Mashiane    Jan 26, 2021 Ola
I've been trying to show a page after firebase message is received. Depending...... For example, if the message contains gps coordinates and the active page is myloc, the page... Page: 1   2   3   4   |