Home > Blockchain >  do you recommand to use FCM to send notifications to users with my php backend in flutter app since
do you recommand to use FCM to send notifications to users with my php backend in flutter app since

Time:03-17

I'm trying to add push notification to my flutter app, but I don't know how to use it, I just saw that firebase cloud messaging provider this, but I'm already using different backend, so do you recommand me to do that since FCM is free to use and effecient?

CodePudding user response:

FCM is good used for notification features due to free and easy to use, besides that there is already package support in pub.dev to use FCM

CodePudding user response:

Do you have any alternative for that, i think it's the only way to push notifications to android

  • Related