B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023....67692/
Make sure to add the Notifications snippet.
You should also reference FirebaseAnalytics
2... in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    Jun 26, 2023   (6 reactions)   tags: Erel Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/
The configuration steps are still relevant.
261132706
Firebase Notifications service makes... Other Firebase Notifications & Firebase Auth Issues - Erel    Jun 17, 2018   (10 reactions)   tags: Firebase There were two issues recently with FirebaseNotifications and FirebaseAuth. Both issues were resolved. The purpose of this post is to make things clear as you will find older posts with now incorrect... then you should update FirebaseNotifications: https://www.b4x.com/android/forum/threads/updates-to... (including firebase-auth). 2. Update FirebaseAuth and FirebaseAnalytics: https://www.b4x.com/android.../threads/integrating-firebase-services.67692/#content If you are using an older version then... B4A Question [SOLVED] com.android.dx.cf.code.SimException - Firebasenotification - prajinpraveen    May 24, 2021 Good Day,
Please can someone assist
Error with Firebasenotification Library.
Error log
B4A Version: 10.70
Parsing code. (0.00s)
Java Version: 11
Building folders structure. (0.01s)
Compiling code. (0.01s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s... B4A Tutorial Integrating Firebase Services - Erel    Sep 14, 2020   (52 reactions)   tags: Integrating Firebase Serv, Integration Firebase, firebase CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase) Firebase Notifications / Push messages CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications) Firebase Analytics...Google has acquired a company named Firebase and is now offering many backend services under the Firebase umbrella. Most of them are free. Integrating the services is relatively simple. 1. Use B4A Sdk Manager tool to install all recommended items. 2. Register with Firebase and create a new... B4i Question Firebasenotifications problem after upgrading to 3.01 - tufanv    Mar 20, 2023 Hello,
I am using local builder with xcode 14. I wanted to test the new libraries for admob + firebase 3
I started to have an issue on firebase notifications.
Sub Application_PushToken (Success As Boolean, Token() As Byte)
Log($"PushToken: ${Success}"$)
Log(LastException)
End... B4A Question FirebaseNotifications - Push messages with B4A 12.20 - Alex_197    Jan 24, 2023 Hi all.
In my project I'm using FirebaseNotifications - Push messages. If I upgrade B4A 12.0 to 12.20 will it work?
I'm a little bit cinfused about received and upcoming changes... B4A Tutorial [B4X] Firebase Push Notifications 2023+ - Erel    Feb 9, 2025   (31 reactions) . The notification is created in FirebaseMessaging receiver. Note that in debug mode, it will only work...Google has deprecated the previous method of sending push notifications. It will stop working... file. This file includes a private key that gives access to your firebase account. Keep it secured... work properly unless you using the B4J tool to send the messages. B4A 1. Follow the generic Firebase integration tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692... B4A Tutorial [B4X] [B4XPages] Firebase Push Example - Erel    Jul 24, 2020   (16 reactions) A simple, B4A + B4i, example based on: B4A: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ B4i: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-server-not-required.68645/#content It receives push notifications using Firebase. Note that it requires some configuration. Make sure to follow the above links. Don't try to access B4XPages from FirebaseMessaging service. B4XPages can only be created... B4A Question FirebaseNotifications & manifest error - Yayou49    Jun 8, 2018 Hi, I did implement the firebase notification in my project, as describe in thread https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/. As requested, I've added 3 new lines in my manifest: CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase) CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications) While compiling, at the end, I'm facing... Page: 1   2   3   4   5   6   |