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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Hi,
In FCM push notification i'm getting numberSuccess() or numberFailure() BOOLEAN values (0,1). But i need to get exact error exception from return response. Is there any way to get exact error message from this FCM Package ????
Hi,
In FCM push notification i'm getting numberSuccess() or numberFailure() BOOLEAN values (0,1). But i need to get exact error exception from return response. Is there any way to get exact error message from this FCM Package ????
$downstreamResponse->numberSuccess();
$downstreamResponse->numberFailure();
$downstreamResponse->numberModification();
$downstreamResponse->tokensToDelete();
$downstreamResponse->tokensToModify();
$downstreamResponse->tokensToRetry();
$downstreamResponse->tokensWithError();
The text was updated successfully, but these errors were encountered: