You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using firebase_analytics 7.1.1. Testing on Android 10 emulator. While receiving notification in background getting this error type 'Null' is not a subtype of type 'bool'
[✓] Flutter (Channel master, 2.1.0-13.0.pre.104, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.54.1)
[✓] Connected device (3 available)
• No issues found!
D/FLTFireMsgReceiver( 5889): broadcast received for message
I/flutter ( 5889): FlutterFire Messaging: An error occurred in your background messaging handler:
I/flutter ( 5889): type 'Null' is not a subtype of type 'bool'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using firebase_analytics 7.1.1. Testing on Android 10 emulator. While receiving notification in background getting this error
type 'Null' is not a subtype of type 'bool'
Here's part of the code.
flutter doctor
Message content
And the log
Please help!
Beta Was this translation helpful? Give feedback.
All reactions