kawankoding / laravel-fcm

Firebase Cloud Messaging (FCM) sender for Laravel
172 stars 56 forks source link

Question: offline app #37

Closed kossa closed 4 years ago

kossa commented 4 years ago

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

erlangparasu commented 4 years ago

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 4 years ago

Thank you to help me again :)

Alright, you have to add this in doc

erlangparasu commented 1 year ago

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