Skip to content

Commit d6902c3

Browse files
committed
Disabled FirebaseMessaging.onBackgroundMessage
1 parent e2c603d commit d6902c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Future<void> main() async {
3636
await Firebase.initializeApp();
3737
//
3838
// Set the background messaging handler early on, as a named top-level function
39-
FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
39+
// FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
4040
//
4141
if (!kIsWeb) {
4242
/// Update the iOS foreground notification presentation options to allow

0 commit comments

Comments
 (0)