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
Thanks for the amazing plugin, it's really helped in us implementing FCM through PHP.
I'm trying to look at a way to set 'time_to_live' through the options but can't seem to get it working through $message->setJsonKey('time_to_live', 0);
Also i have some messages having content_available with setJsonKey, can we do $message->setJsonKey(array("content_available" => true, "time_to_live" => 0));
??
I couldn't seem to see any reference for setJsonKey in any documentation for this repo but i know it's within FCM docs.
Thanks,
Lew.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the amazing plugin, it's really helped in us implementing FCM through PHP.
I'm trying to look at a way to set 'time_to_live' through the options but can't seem to get it working through
$message->setJsonKey('time_to_live', 0);
Also i have some messages having content_available with setJsonKey, can we do
$message->setJsonKey(array("content_available" => true, "time_to_live" => 0));
??
I couldn't seem to see any reference for setJsonKey in any documentation for this repo but i know it's within FCM docs.
Thanks,
Lew.
The text was updated successfully, but these errors were encountered: