Skip to content

Background / push notifications (only foreground local notifications today) #81

Description

@krazyjakee

Summary

Notifications only fire as local mention notifications while the app is running and connected to the gateway. There is no background or push delivery, so mentions/DMs are missed when the app is closed.

Current state

  • lib/features/notifications/* + flutter_local_notifications: showMentionNotification is fired from the live gateway handler's mention listener (step 7j). No-ops on web.
  • Firebase push was removed in step 1 (intentional — no Discord/Firebase).
  • docs/PROGRESS.md 7j covers only in-app/local notifications; product-spec §6.6 + open question note any push solution "must be Accord/Daccord-native and is a later concern."

Work / decision needed

  • Decide the Daccord-native delivery mechanism: server-sent push, background polling, or a background gateway service.
  • Implement background/closed-app notification delivery on mobile + desktop.
  • Web notification story.

Source: product-spec.md §6.6 + §10; docs/PROGRESS.md §7j.


Migrated from DaccordProject/daccord-app#5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions