I am using FCM to send push notifications and they are being sent. However I see the message below in the debug console every time a message is received.
W/FirebaseMessaging( 6134): Unable to log event: analytics library is missing
Can someone advise on how to get rid of this error message?
Thanks
Installing the firebase_analytics plugin for flutter as outlined in the link below resolved the issue.