focallocal / FL-MobileApp

Repo for Android and iOS app development of https://focallocal.org/home
2 stars 1 forks source link

Mobile Notifications #1

Open cw00dw0rd opened 6 years ago

cw00dw0rd commented 6 years ago

This may require a more Meteor/webiste level change as a possible solution to having push notifications may be to have notifications requested at the site vs specifically an app request via https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications OR https://developers.google.com/web/fundamentals/push-notifications/

This would mean that the notifications would actually get setup on the site level and not the app level (if we stick with webView).

Currently the primary location for notifications comes from the discuss page. https://discuss.focallocal.org/

I am currently researching this but if you are familiar with notifications like this or have questions please comment on GitHub.

cw00dw0rd commented 6 years ago

Mobile notifications.