fre5h / FirebaseCloudMessagingBundle

📦 Provides integration with Firebase Cloud Messaging API in Symfony applications.
https://github.com/fre5h/FirebaseCloudMessagingBundle
MIT License
11 stars 0 forks source link

AndroidMessage #1

Closed CoalaJoe closed 4 years ago

CoalaJoe commented 7 years ago

I wanted to ask you why you are sending an AndroidMessage here? https://github.com/fre5h/FirebaseCloudMessagingBundle/blob/master/Command/FirebaseSendTestMessageCommand.php#L69 Are AndroidMessages universial?

fre5h commented 7 years ago

@CoalaJoe I started to do this bundle in the context of the current project at that moment. But then plans have changed and I haven't finished bundle yet. So now it is still unstable and in dev mode. I am planning to finish all features which I described in README, but not sure exactly when I have a time for it. So AndroidMessage was temporary solution for that moment. This console command should be configurable and smart in my plans.

CoalaJoe commented 7 years ago

@fre5h Thanks for the quick response.

Do you know any alternatives or should I implement the Firebase Cloud Messaging API in my own application?

fre5h commented 7 years ago

@CoalaJoe Depends on what do you need.

CoalaJoe commented 7 years ago

@fre5h Pushnotifications over FCM.

lashae commented 6 years ago

@CoalaJoe It has passed about a year, how could you manage to implement "Pushnotifications over FCM" in PHP?