nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.86k stars 1.65k forks source link

push notification integration using chat app #139

Closed Nischint2003 closed 9 months ago

Nischint2003 commented 9 months ago

What does this implement/fix? Explain your changes

I have create a app that has been integrated to firebase_messaging plugin for push notification integration , to give a good example I have given through the example of chat app , that means if you are login and another user sends message you would recive a notification.

Push notifications for chat apps with Firebase Cloud Messaging: Get notified when a user sends you a message, even when the app is in the background.

Does this close any currently open issues?

Any relevant logs, error output, bug-report etc?

Any other comments?

Nischint2003 commented 9 months ago

Hey , I have created this chatapp showing the example how to integrate the push notification , this would be a fine example of how a push notification app works

nisrulz commented 9 months ago

Closing this PR as an example for push notifications already exists as mentioned in tagged issue.

If you want to contribute to that one, please update the existing one by opening a new PR.