OpenTails/tail_app

Check for new posts locally

Closed this issue · 0 comments

This would remove the firebase requirement by checking daily if there are new posts.

Need to look into background scheduling libraries which are cross platform.

https://pub.dev/packages/background_fetch

  • Use WP API to get the latest post
  • If the post id is different from the stored one, display a notification.
  • Only on WiFi
  • Modify strings to refer to tail blog instead of newsletter