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

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

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)