expo-community / expo-server-sdk-ruby

A Ruby library for sending push notifications with Expo's notification service
MIT License
95 stars 53 forks source link

Should this gem also handle requesting push receipts? #28

Open iamnader opened 5 years ago

iamnader commented 5 years ago

Currently to follow the guidelines outlined here we can use this gem to push notifications and get the response, but then to verify them we need to make push receipt requests outside of this gem. Should this gem handle those?

lsmolic commented 5 years ago

Check out #29