B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions) You should also reference FirebaseAnalytics
2. 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, StartingIntent As Intent)
If FirstTime Then
fm.Ini B4A Question Firebasenotifications + okhttputils2 = Virus Total detects malware - JohnC (first post)    Sep 22, 2023   (1 reaction) Yeah, and including the library that supports SMTP will also trigger an alert.
Apparently there are a string of characters in these libraries that have the same signature as some viruses :( B4A Question FirebaseNotifications - Push messages with B4A 12.20 - DonManfred (first post)    Jan 24, 2023   (1 reaction) Yes. Probably you have to note the changes in the new (updated) Tutorial about Firebase Push Notifications.
See the updated Tutorial:
https://www.b4x.-push-messages-firebase-cloud-messaging-fcm.67716/ B4A Question FirebaseNotifications - Erel (first post)    Mar 25, 2018 It is a real device mirrored with a software named Reflector.
As you do not want and actually can't keep your app running all the time, you cannot implement a reliable messaging system without FCM. FCM is just one component. You should also use MQTT or any other server solution together with FCM. B4J Question Firebase extending example. - Erel (first post)    Nov 29, 2016 FirebaseNotifications is an Android library. It will not work with B4J. B4A Question FirebaseNotifications - Push messages - zmrcic    Mar 12, 2020 Trying to do everything like here https://www.b4x.-push-messages-firebase-cloud-messaging-fcm.67716/
but I get stuck when adding firebasenotification i libraries manager...it is missing. I think it has something to do with paths, sdk manager or something.
in sdk manager everything is looking OK, but B4J Question FirebaseNotifications - missing an Authentication Key - DonManfred (first post)    Oct 10, 2018 based on the error it is not.
Post your code B4A Question FirebaseNotifications - Push messages error B4A v8.50 - rscheel    Dec 07, 2018 I followed the example of FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) but I always get the same message, I saw a query on this same problem, try the solutions that are given, but without results, if you can guide me I would appreciate it.
*** Service (starter) Create ***
Spanish FirebaseNotifications. ¿Es posible consultar a Firebase a qué temas se está subscrito? - Seneca    Feb 07, 2018 Hola. Un dispositivo puede subscribirse a uno o varios temas de FirebaseNotifications. Al respecto me surgen dos dudas. La primera es si existe algún método por el cual un usuario puede consultar desde la App a qué temas está subscrito. La segunda es: Desde el panel de administración de FirebaseN B4A Question FirebaseNotifications for B4A 8.0 - DonManfred (first post)    Nov 20, 2019   (1 reaction) V8.0 is the minimum version. Page: 1   2   3   4   5   6   7   Powered by ColBERT |