Android Question How Listener Push Notification with Backendless.com

sasetcolombia

Member
Licensed User
Longtime User
I am implementing the Backendless Push Notification service
https://backendless.com/docs/rest/push_push_notification_setup_androi.html
I have already configured and can register the device to the channel created through the console (Messaging Channels).
For this I have used REST API
https://backendless.com/docs/rest/push_device_registration.html
The registered device already appears in the list of channel subscribers and when sending the notification it shows that it was sent to the device

But I don't know how to implement the service that listens to notifications sent from Backendless Push

I appreciate your help in implementing this service.
 

DonManfred

Expert
Licensed User
Longtime User
It is using Node.JS and it works with firebase.

Why not use FirebaseMessaging directly? It is already available here in B4A.

 
Upvote 0

sasetcolombia

Member
Licensed User
Longtime User
The project requires the use of Backendless, mainly for file storage and management; databases.
Considering your response, the notifications feature will be implemented directly with Firebase.
Thank you for your feedback.
 
Upvote 0
Top