- Update useFirebaseNotificationProcessor to handle notification clicks by opening the URL from data.url. - Implement notificationclick event handler in sw.ts to redirect users when a notification is clicked. - Simplify the registration success notification in index.tsx by removing the unnecessary JSON body argument. - Ensure seamless navigation when users interact with push notifications by passing the URL through the notification payload. |
||
|---|---|---|
| __test__ | ||
| .vscode | ||
| assets | ||
| prisma | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| bun-env.d.ts | ||
| bun.lock | ||
| bunfig.toml | ||
| docker-compose.yml | ||
| dockerfile | ||
| package.json | ||
| prisma.config.ts | ||
| README.md | ||
| tsconfig.json | ||