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.
- Host: GitHub
- URL: https://github.com/amanullahgit/fcm_flutter-notification
- Owner: Amanullahgit
- Created: 2020-04-28T04:33:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T11:24:51.000Z (almost 5 years ago)
- Last Synced: 2025-06-18T03:04:47.754Z (10 months ago)
- Topics: fcm, fcm-notifications, fcm-push-notification, firebase, firebase-cloud-messaging, firebase-firestore, firebase-functions, flutter, flutter-apps, flutter-demo, flutter-notification
- Language: Dart
- Homepage:
- Size: 58.6 KB
- Stars: 45
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 :)