firebase-php
firebase-php copied to clipboard
Php integration of Firebase API (FCM Http v1, RealTime database)
Hi! Sending multiple Messages was very slow for me (45 mins for ~6000 targets) with this patch I've got it down to 5 minutes. This getClient() is basically the same...
How do I send a message with more than 2 token values? Can I send a message with only one token value? I want to send it to several people...
I am trying to use the API to set TTL and priority settings for webpush, but the the API does not support it seems?
Is it possible to set 'sound' => 'default' using this repo please? On iOS, notifications are not making a sound. thanks.