Kevin Golding Member Licensed User Longtime User Feb 7, 2025 #1 I'm using the project from https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/#content with no changes apart from the google_service.json file and the name of the topic I'm subscribing to. I receive push notifications in the system, but unless the app is in the foreground, fm_MessageArrived is not being called?
I'm using the project from https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/#content with no changes apart from the google_service.json file and the name of the topic I'm subscribing to. I receive push notifications in the system, but unless the app is in the foreground, fm_MessageArrived is not being called?
Erel B4X founder Staff member Licensed User Longtime User Feb 9, 2025 #2 Send the messages with the B4J sending tool. Upvote 0
Kevin Golding Member Licensed User Longtime User Feb 11, 2025 #3 Erel said: Send the messages with the B4J sending tool. Click to expand... I used the B4J sending tool and it worked! Having compared its message data to ours, I have removed some extra fields we were sending and it all working as expected. Thank you @Erel Upvote 0
Erel said: Send the messages with the B4J sending tool. Click to expand... I used the B4J sending tool and it worked! Having compared its message data to ours, I have removed some extra fields we were sending and it all working as expected. Thank you @Erel