D/FLTFireMsgReceiver(26011): broadcast received for message
I/flutter (26011): Got a message whilst in the foreground!
I/flutter (26011): Message data: {}
I/flutter (26011): Message also contained a notification: Instance of 'RemoteNotification'
Я получил сообщение, но данные пустые, хотя я настроил данные [code]D/FLTFireMsgReceiver(26011): broadcast received for message I/flutter (26011): Got a message whilst in the foreground! I/flutter (26011): Message data: {} I/flutter (26011): Message also contained a notification: Instance of 'RemoteNotification' [/code] Вот мой код [code] WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); FirebaseMessaging messaging = FirebaseMessaging.instance;
if (message.notification != null) { print('Message also contained a notification: ${message.notification}'); } }); // FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler); runApp(MyApp()); } [/code] вот мои сообщения [1]: https://i.stack.imgur.com/TWjtP.png [Уведомление не отображается , симулятор][1]