Flutter: How can i send push notification programmatically with fcm

后端 未结 3 1603
野的像风
野的像风 2021-01-01 08:03

I\'m creating a chat application and i want to use fcm to send notification if the person has a new message, but i don\'t know how to proceed. All the tutorials i found use

3条回答
  •  借酒劲吻你
    2021-01-01 08:37

    I'll list here a few related questions which I have participated with answers. I guess you'll find a lot of relevant info on using firebase cloud messaging (FCM) in a chat app.

    1. Is FCM the only way to build a chat app ?
    2. Suggested approach to use FCM in a chat app
    3. Is using topics a better solution then using the fcmToken in a chat app?
    4. Problems with FCM onMessage while app is in background
    5. Problem: after logoff, user continues to receive notifications

    Good luck!

提交回复
热议问题