'How to trace and debug unclear errors or exceptions from google play console for flutter apps

Recently my app's error count increased massively, I believe that the error is "Firebase messaging" related but can't find the real cause and I did not change the firebase libraries versions, here are my firebase services versions.

  firebase_auth: ^2.0.0
  firebase_core: ^1.3.0
  firebase_messaging: ^10.0.3
  firebase_database: ^7.1.2

Also, these versions are used in another app of mine, but the error does not show. So how to trace and find the error cause? Here is the error image from google play console

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source