chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing Text of Background Message

sapien99 opened this issue · comments

First things first: thank you for this awesome plugin!

Is there a way to change the text of a Background Notification? We are using push notifications to send Alerts for certain Machines, and the user has the possibility to set an alias name clientside for the id of the machine (so even for the same machine two users can have different aliases in their apps). Receiving a message i would like to replace the id of the machine with the aliasname the user assigned in his app.

Is there any possibilty to intercept and modify the message before it is displayed? No problem to do this in foreground as i get the callback and can handle the payload myself. But what to do in case the app is in background?

Thanks and Cheers

Please forget the question. As the App can not only be in the background but also killed and still the notifications should work a callback makes no sense (becasue the app is not even running)