Show rich notifications on background
This commit is contained in:
@ -117,7 +117,7 @@ abstract class FirebaseController {
|
|||||||
|
|
||||||
_firebaseMessaging.configure(
|
_firebaseMessaging.configure(
|
||||||
onMessage: _onMessage,
|
onMessage: _onMessage,
|
||||||
onBackgroundMessage: _showDefaultNotification,
|
onBackgroundMessage: _onMessage,
|
||||||
onResume: goToRoom,
|
onResume: goToRoom,
|
||||||
onLaunch: goToRoom,
|
onLaunch: goToRoom,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user