Next.js PWA notification app
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Hey guys. Im trying to build a nextjs pwa app, but the docs seem to be unfinished or outdated. Theres multiple ways to build nextjs pwa's.
Use a .manifest json
using next-pwa
I want to build a pwa for ios with push notifications. I tried several versions from nextjs docs, several blogs and github repos. Anything is outdated or uses a sketchy system.
Can somebody provide a up to date Next PWA Push Notification app?
Use a .manifest json
using next-pwa
I want to build a pwa for ios with push notifications. I tried several versions from nextjs docs, several blogs and github repos. Anything is outdated or uses a sketchy system.
Can somebody provide a up to date Next PWA Push Notification app?
1 Reply
@Brown bear Hey guys. Im trying to build a nextjs pwa app, but the docs seem to be unfinished or outdated. Theres multiple ways to build nextjs pwa's.
Use a .manifest json
using next-pwa
I want to build a pwa for ios with push notifications. I tried several versions from nextjs docs, several blogs and github repos. Anything is outdated or uses a sketchy system.
Can somebody provide a up to date Next PWA Push Notification app?
sorry for the delay (u didnt have to ping 4 times, im just kinda busy)
but these files are what i manage to use and get it working well (half came from tutorial but i cant remember where it was from)
* [
* [
* [
but these files are what i manage to use and get it working well (half came from tutorial but i cant remember where it was from)
* [
notifications.client.tsx
](https://github.com/RiskyMH/EmailThing/blob/main/apps/web/app/(user)/settings/notifications/notifications.client.tsx)* [
public/service.js
](https://github.com/RiskyMH/EmailThing/blob/main/apps/web/public/service.js)* [
utils/web-push.ts
](https://github.com/RiskyMH/EmailThing/blob/main/apps/web/app/utils/web-push.ts)