Redjan Ymeraj

Results 16 comments of Redjan Ymeraj

The issue is in the fact that you send the notification as a Message Notification instead of Data Notification. ``` $notif = new Notification($title, $messageText); ``` Here you are setting...

You can use this method to set the icon of the notification: ```php // android only, set the name of your drawable resource as string $message->setIcon('name'); ``` Or if you...

I have created a Symfony Bundle as a wrapper for this Library. Very easy to use. https://github.com/redjanym/FCMBundle

> So we should do: > > ```diff > - > + > ``` > > because default meta is required always. As discussed with @Prokyonn there import need to...

@romeugodoi, @ithurbon , @maxtor3569 I have created this bundle for supporting FCM in Symfony Applications. It works great and very easy to use. https://github.com/redjanym/FCMBundle

Well, that is very bad. I might want to delete the bundle i have published, that doesn't mean i have to delete the repo with all the commits, issues ect....