An open API service indexing awesome lists of open source software.

https://github.com/amanullahgit/fcm_flutter-notification

The repo is about flutter notification and FCM (Firebase Cloud Messaging). It covers flutter notification (foreground, background) and receiving notification automatically on document change in firebase database using javascript code.
https://github.com/amanullahgit/fcm_flutter-notification

fcm fcm-notifications fcm-push-notification firebase firebase-cloud-messaging firebase-firestore firebase-functions flutter flutter-apps flutter-demo flutter-notification

Last synced: about 1 month ago
JSON representation

The repo is about flutter notification and FCM (Firebase Cloud Messaging). It covers flutter notification (foreground, background) and receiving notification automatically on document change in firebase database using javascript code.

Awesome Lists containing this project

README

          

# Flutter Notification & FCM

The repo is about flutter notification and FCM (Firebase Cloud Messaging).

It covers flutter notification (foreground, background) and receiving notification automatically on document change in firebase database using javascript code.

[Updated with flutter 2.0](https://github.com/Amanullahgit/Flutter-v2-FCM-Notifications)


## Getting Started

Just clone the repo and add your firebase 'google-services.json'.

For Step By Step Guide Follow Video Tutorials:

- [Flutter Notification & FCM - Complete Tutorial](https://youtu.be/0IJsDXs9mr4?list=PLrTDw7ICfHFmv6F9owUC17QGA4J286kq2)
- [Part #1 - Foreground Notification - Flutter Notification & FCM](https://youtu.be/QWIDjL9HTiE?list=PLrTDw7ICfHFmv6F9owUC17QGA4J286kq2)
- [Part #2 - Background Notification - Flutter Notification & FCM](https://youtu.be/al_og4iUiqY?list=PLrTDw7ICfHFmv6F9owUC17QGA4J286kq2)
- [Part #3 - Automating Notification JS - Flutter Notification & FCM](https://youtu.be/dcrI-okFHfE?list=PLrTDw7ICfHFmv6F9owUC17QGA4J286kq2)




Creating Firebase Project and use this project here:
- [How to use this source code](https://youtu.be/zg_WxgXWiZs)



Links used in project:

- [Firebase Messaging link](https://pub.dev/packages/firebase_messaging#-installing-tab-)
- [Cloud Messaging link](https://firebase.google.com/docs/cloud-messaging/android/client)
- [Flutter Local Notification link](https://pub.dev/packages/flutter_local_notifications#-installing-tab-)
- [Nodejs Link](https://nodejs.org/en/download/)


Feel Free to copy the code and use it.


Don't forget to star the repo and like the video :)