chat21-android-demo
chat21-android-demo copied to clipboard
E/FirebaseCrash: Unable to parse Json response string to get message: No value for crashes
E/FirebaseCrash: Unable to parse Json response string to get message: No value for crashes
Anyone knows the answer? Why is my crash report not sending to the server?
I am getting the same error here, after upgrading my Android app from Google API version 21 to 26
Can anyone help?
Am also facing the same problem. Any help please?
Facing same issue. Help please?
Did anyone find the solution?
Any answer for this issue....
So what you are supposed to do is add an on complete listener. When task is successful get the task result using
task. getresult() method and store it. That is the value you should use in your constructor call.
Also seeing this. Anyone find the root cause?