which is the best gem for push notifications on android with ruby on rails 4+?

时间:2017-08-04 12:55:01

标签: ruby-on-rails ruby push-notification

actually, i want to send push notification on submit button. when the user presses the button then on the android phone getting a push notification.

1 个答案:

答案 0 :(得分:1)

I have used gem 'fcm'

The FCM gem lets your ruby backend send notifications to Android and iOS devices via Firebase Cloud Messaging.

https://github.com/spacialdb/fcm