-
hi im Korean my English not good sorry understand me I make chat app so notification is very important I'm done android fcm working good
admin.initializeApp(); exports.sendFCM = functions.https.onCall((data, context) => { var payload = { var options = { var result = admin.messaging().sendToDevice(token, payload, options);
=============================================================================== foreground onMessage fire plz help I'm everything try |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there i've been looking all over the internet and i found out that FCM background notification was not supported until the version 8.0.0-dev so you need probably to update your version hope this. |
Beta Was this translation helpful? Give feedback.
Hi there i've been looking all over the internet and i found out that FCM background notification was not supported until the version 8.0.0-dev so you need probably to update your version hope this.
Have a great day, Stay safe.