-
Notifications
You must be signed in to change notification settings - Fork 2
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
Notifications #4
Comments
I've done notifications too many goddamn times. We'll use GCM. Its straightforward enough. If not we can do simple polling, but that removes our ability to issue notifications whenever we want. |
I looked at GCM last night. It seems straightforward enough. If we're just pushing notifications to the phone, I was thinking we can just use some kind of script to make those requests and update firebase. We'll have to make sure this is possible for iOS notifications as well, though. -------- Original message -------- I've done notifications too many goddamn times. We'll use GCM. Its straightforward enough. If not we can do simple polling, but that removes our ability to issue notifications whenever we want. — |
It is, its just a bit different. But yeah thats exactly how GCM works. GCM doesn't only push notifications On Mon, May 5, 2014 at 11:51 AM, Shane Creighton-Young <
|
Cool. Sounds easy enough. -------- Original message -------- It is, its just a bit different. But yeah thats exactly how GCM works. GCM doesn't only push notifications On Mon, May 5, 2014 at 11:51 AM, Shane Creighton-Young <
|
Hey @VicV, I was thinking about this more last night:
LMK what you think of this design. |
side note: how long does it take for an app to be published to both stores? |
On iOS to be safe we should allocate two weeks, although it usually doesnt take more than a week and sometimes takes like a day. So... we should start very soon. For Android, the turnaround time is a few hours. |
cool, lets have things ship out by end of August then On Thu, Jul 3, 2014 at 11:15 AM, Shane Creighton-Young <
|
not bad. let's have end of August as our deadline |
branched from issue #1 with @KartikTalwar
Notifications are important and I haven't worked with them before. Does anyone have experience with them or does research need to be done?
thoughts:
The text was updated successfully, but these errors were encountered: