Firebase Cloud Messaging send click_action [duplicate]
问题 This question already has answers here : Firebase FCM notifications click_action payload (9 answers) Closed 2 years ago . Someone know one way to send the click_action from the firebase console ? I just want to send the click_action button to use the notification even if the app is closed or in background. 回答1: There is currently no way to set the click_action parameter when using the Firebase Notifications console to send the message. You'll have to build the payload on your own App Server,