cancel
Showing results for 
Search instead for 
Did you mean: 

Using SAP PO to connect to Firebase for Push Notifications

Former Member

Hi Experts,

I wanted to use the Firebase Cloud messaging service for sending push notifications using SAP PO.We would like to use the firebase API for sending the push notifications using REST adapter. I have searched various blogs and forum but could not find any answers.Is this the right approach for connecting from SAP PO.

If this is right approach connecting from SAP to FirebaseCM via SAP PO,would PO be able to split the messages as we want to send messages to only 500 devices at one time.

We would also need responses to go back to SAP after capturing request id from Source in REST response message.

Can experts throw more light on this kind of integration and how it can be achieved in SAP PO.

Thanks for your all your valuable inputs.

Shaik

0 Kudos

Hi

you found documentation about it, I have to implement your own flow.

balazsbence95
Active Participant
0 Kudos

Hi,

Please, remove tag SAP Cloud Integration for data services because this query raised here has nothing to do with CPI-DS this particular tag is for.

Thank you,
Bence

Accepted Solutions (0)

Answers (1)

Answers (1)

cjastram
Member
0 Kudos

When you want to send push notifications to devices using FCM you have to know the InstanceID token for each device to which you want to send the message. Therefore you need an app on each device which stores this ID in a table in your SAP system in combination with a user name.

Your first step should be the development of this app. When you have this app up and running then you can send the notifications via HTTPS. For details see "https://firebase.google.com/docs/cloud-messaging/http-server-ref"