https://github.com/partho-debnath/flutter-firebase-push-notification
Firebase Push Notification, when app is Foreground(Visible), Background(Switch to another app), Killed or Stop
https://github.com/partho-debnath/flutter-firebase-push-notification
firebase firebase-cloud-messaging
Last synced: 2 months ago
JSON representation
Firebase Push Notification, when app is Foreground(Visible), Background(Switch to another app), Killed or Stop
- Host: GitHub
- URL: https://github.com/partho-debnath/flutter-firebase-push-notification
- Owner: partho-debnath
- Created: 2023-08-25T17:35:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T08:16:00.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T22:17:00.545Z (over 1 year ago)
- Topics: firebase, firebase-cloud-messaging
- Language: C++
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Firebase Push Notification
## Three Types of Notification
1. Foreground
2. Background
3. Kill or Terminate
## Dependencies
1. [firebase_core: ^2.15.1](https://pub.dev/packages/firebase_core)
2. [firebase_messaging: ^14.6.7](https://pub.dev/packages/firebase_messaging)
3. [flutter_local_notifications: ^15.1.1](https://pub.dev/packages/flutter_local_notifications)