Notification API: In-app delivery only (no push/badge)

Open
#1,360 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Domain
api

Research direction

Start with the /apps/technical-guides/base-notifications guide and the /api/v1/notifications/send entry point described in the issue. Compare API notifications with the on-chain notification behavior, then verify that API notifications produce push, lock-screen, and badge alerts like on-chain notifications.

Written by the indexing model from the issue text.

Description

Description

Path: /apps/technical-guides/base-notifications

Problem

Notifications sent via /api/v1/notifications/send only show up in the in-app notification center. They don't trigger push notifications, lock screen alerts, or badge indicators.

This means users have no idea they received a notification unless they manually open the notifications panel.

What happens now

API notifications:

  • Show in notification center ✓
  • Push to lock screen ✗
  • Badge on notification icon ✗

On-chain notifications (token transfers, etc.):

  • Show in notification center ✓
  • Push to lock screen ✓
  • Badge on notification icon ✓

Why this matters

We tested with multiple users - none of them noticed the notifications until we told them to check. They just don't see them.

This defeats the purpose of notifications. Users need to be alerted about time-sensitive things like rewards expiring, events ending, or getting outbid. Right now the notification API is basically useless for user retention.

Suggested fix

Make API notifications behave the same as on-chain notifications - deliver them as actual push notifications that users will see.

Dominant language
JavaScript
Stars
337
Forks
798
Avg merge
7h 24m
Merged PRs (30d)
51

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from base/docs

All issues in base/docs

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.