nextjs-fcm
nextjs-fcm copied to clipboard
With Firebase Cloud Messaging example
To demo how to implement firebase cloud messaging to send web push notification in next.js.
I have used example from next js git repo with-firebase-cloud-messaging
How to use
Install dependencies
npm install
Run the project in dev mode
npm run dev
Build the project
npm run build
Run the project in production mode
npm run start