firebase push messages

  1. A

    Android Question App or a library it uses tried to start a foreground service without declaring a service type

    Hi all. I have the app that uses FCM and it works fine, I updated the Firebase settings to enable V1, and followed all the other items in Erel's manual. I can push the messages from my ASP.NET code and receive them on all my devices (Android 10,11,14). I'm using SDK 34, added permissions into...
  2. A

    Android Question FirebaseNotifications - Push messages with B4A 12.20

    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 with services. Thanks
  3. Frank

    Android Example Push messages with Firebase and B4A: Some additional hints and a working example

    Hi, I played around with push notifications based on Firebase Cloud Messaging (FCM). I followed the tutorial at https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/, which is excellent. Still, there are some open questions which I'd...
  4. Marcos Alves

    Android Question Firebase Notifications Problem

    Hello all, It's been a long time since I started to use Firebase Notifications in my apps. I noticed recently that if the app is in background the notifications are arriving BUT the code in the event fm_MessageArrived isn't being ran. Only IF the app is onscreen the code runs! I really...
Top