You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
The biggest ask I keep seeing is push notifications, however I really don't want to setup a server to send APNs for multiple reasons: I don't want to build/maintain it, and I also don't want to store people's info off of their device (esp a token!).
I've hacked push notifications before using local push. We already have a background job to update the app badge. We could update the local cache with what has been "pushed" before, and for new notifications just queue a local push notification instead.
What do you think? Should we try it?
rodrigobdz, BasThomas, tobiastom, clayreimann and Huddietobiastom