kawankoding/laravel-fcm

Question: offline app

kossa opened this issue · 3 comments

kossa commented

Hello,

What if I send a push to user that has not internet, once he connect, he'll not receive the push, how to fix that ?

Thank you

hello.. need to call and increase ->timeToLive(60 * 60 * 24) for example
message will still in Firebase Server in 24 hour. Firebase will try to send to target device until online & received by device.

kossa commented

Thank you to help me again :)

Alright, you have to add this in doc

Thanks @kossa .. i just added note about time to live configuration in readme