Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push notifications (mobile) #53

Closed
EricSimons opened this issue Apr 25, 2017 · 4 comments
Closed

Push notifications (mobile) #53

EricSimons opened this issue Apr 25, 2017 · 4 comments

Comments

@EricSimons
Copy link
Member

I was just thinking, it might be nice for us to host an APNS/GCM server that mobile apps can connect to and receive push notifications for (i.e. For notifications about comments, likes, etc on the users' conduit posts).

Push notifications are part of nearly every mobile app, so I think this would be a good addition to make it "real world". Thoughts?

@EricSimons
Copy link
Member Author

EricSimons commented Apr 25, 2017

Also, now that parse is dead, what is the most common way to host a push noti server?

Additionally, would this even be possible due to push noti certs? i.e. can we create a public cert that everyone could use?

Cc/ @claytonschneider

@harshabonthu
Copy link

harshabonthu commented Apr 25, 2017

We use this to test / debug push notifications and it includes sample setup using PHP -> http://apns-gcm.bryantan.info

I'm not familiar with the node packages but should be able to do the same using package for node.

Another alternative is we can configure Firebase notifications or Ionic.io and the API can be used to send push notifications.

would this even be possible due to push noti certs? i.e. can we create a public cert that everyone could use? - I think if we do the code signing using Fastlane tools, https://github.com/fastlane/fastlane/tree/master/pem and have a readonly apple account, anyone can sign the app, test push notifications using the readonly apple account to download the needed certs.

Code signing certs will be hosted on github repo and the readonly apple account will be used to download the certs while generating a build,etc. I've done this setup for private repos i.e CI setup for mobile apps but need to lookup on public repo setup (not sure on security)

@sohamnavadiya
Copy link

@EricSimons I would like to suggest to implement FCM notification for mobile apps.

@claytonschneider
Copy link

@EricSimons

At Blend we use Amazon SNS for push notifications which works really well, but the infra setup required there might be a bit overkill for Realworld. I think OneSignal could be a good choice, it's free and there are SDK's available for Ionic/Cordova and React Native.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants