-
Notifications
You must be signed in to change notification settings - Fork 152
Does this bundle currently support FCM? #160
Comments
Is there any update on it ? |
Any update on this? |
@Hasib-rafi1 @jkosmetos - I wrote my own FCM code in the end. I can share that script with you if you like? |
@sterichards - That would be great, thanks man! |
Below is my class. I did initially try and get this using working Guzzle but I failed miserably and as time was a huge constraint, I send a manual CURL command via the command line. I guess you want to tidy that up and if you do, using Guzzle, please send me the Guzzle code you use Ste, `
curl -X POST --header "Authorization: key=$this->serverKey" --Header "Content-Type: application/json" https://fcm.googleapis.com/fcm/send -d "$body"
}` |
Is this bundle maintained yet? Anyone knows another similar package that is? |
I'm unsure if the bundle would require any updates to support FCM or does it support GCM handle FCM without any changes to the project?
The text was updated successfully, but these errors were encountered: