evanshortiss / sns-mobile

Push notifications to Android, Kindle, and iOS devices easily using this module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for topics?

anthonywebb opened this issue · comments

Curious if you plan on adding support for subscribing and unsubscribing to topics?

Hi Anthony,

It's not on my list of things to do as I haven't had a need to use them
yet. I'd be happy to have a collaborator add it so if you have work I'd be
happy to merge.
On May 8, 2015 11:45 PM, "Anthony Webb" notifications@github.com wrote:

Curious if you plan on adding support for subscribing and unsubscribing to
topics?


Reply to this email directly or view it on GitHub
#7.

Hey folks, I am currently working on this. When trying to run the tests, I realized that SNS_ACCESS_KEY and SNS_KEY_ID are actually interchanged:

accessKeyId: SNS_ACCESS_KEY,

While at it, I'd change this; any objections?
Will open a PR during the day...