Show rich notifications on background
This commit is contained in:
parent
704dd7cdb6
commit
c441c17dac
|
@ -117,7 +117,7 @@ abstract class FirebaseController {
|
|||
|
||||
_firebaseMessaging.configure(
|
||||
onMessage: _onMessage,
|
||||
onBackgroundMessage: _showDefaultNotification,
|
||||
onBackgroundMessage: _onMessage,
|
||||
onResume: goToRoom,
|
||||
onLaunch: goToRoom,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue