Home:ALL Converter>Handling Firebase Data push notification in flutter

Handling Firebase Data push notification in flutter

Ask Time:2019-11-24T13:56:14         Author:max

Json Formatter

I wanted to send a data type push notification from firebase to flutter app. As per documentation we need to handle these type of notification in order to show them in notification center. But there is no document which says how we can do this.

Is this feasible to handle Data type push notification in Flutter? Has anyone tried onbackgroundMessage function implementation?

Author:max,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/59015044/handling-firebase-data-push-notification-in-flutter
yy