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
When there is an FCM error, it always throws an ExecutionException type
instead of the root cause error due to the Task.await used. To fix this
we need to catch this and use task.getException() to get the root cause.
https://developers.google.com/android/guides/tasks
0 commit comments