cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FCM(Firebase Cloud Messaging) integration with hybris application

Former Member
0 Kudos
580

Can someone explain the steps to integrate FCM to hybris application. 1.In which file I should add dependencies- (I am using ANT to build not maven). 2.How to initialize the SDK (I have Firebase service account and Admin SDK configuration snippet).

Requirement-This I need to make call to FCM to create a group for customer and add devices in that group whenever he/she installs the app to any new device.

dependencies { implementation 'com.google.firebase:firebase-admin:6.2.0' }

It would be very helpful if someone who has done any project on it, would guide me.

Thanks in Advance !!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pranav

We have used it in our projects but using a combination of java script and Hybris. Below is the link,

https://answers.sap.com/questions/12768787/push-notification-from-hybris-to-native-mobile-app.html?c...

Answers (0)