firebase-php
firebase-php copied to clipboard
Re-Use HTTP-Client for mutliple FCM-Requests
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 like in Database.php - so making it similar.
In addition I've changed the comments because they seem misleading.