Search code examples
flutterfirebase-cloud-messaging

Unable to log event: analytics library is missing


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


Solution

  • Installing the firebase_analytics plugin for flutter as outlined in the link below resolved the issue.

    Firebase Flutter Analytics Overview.