When I try to get use getToken method, it return the 907122050 error code, what is that mean?
try {
token = HmsInstanceId.getInstance(context).getToken(appId, defaultScope);
} catch (ApiException e) {
CoreLogger.e("getToken error: " + e.getStatusCode());
}