calonso / rails-push-notifications

Rails iOS, Android and Windows Phone Push Notifications made easy!!
https://rubygems.org/gems/rails-push-notifications
MIT License
138 stars 44 forks source link

this gem works with FCM? #15

Closed mquispe1185 closed 6 years ago

mquispe1185 commented 6 years ago

if yes, how should I implement it with firebase cloud messaging? or its outdated? im using rails 5. thanks in advance..

calonso commented 6 years ago

Hi @mquispe1185 I'm not sure how this may fit with FCM but I think it should work as, in the end, firebase uses the native messaging protocol of the platform, which is where the ruby-push-notifications gem connects you with.

calonso commented 6 years ago

Closing as stale... Please reopen if required.