how to implement push notification in flutter

后端 未结 3 819
猫巷女王i
猫巷女王i 2020-12-29 03:44

Hi I am trying to implement push notification in flutter how to display as notification can any one help,I am able to listen as I am getting notification but I am not able t

3条回答
  •  囚心锁ツ
    2020-12-29 04:37

    If you're trying to put messages on the lock screen, make sure you're sending a "notification" message type, rather than a "data" message that will be delivered to the running app. You can learn more about the different types of Firebase messages in the Firebase developer guide.

提交回复
热议问题