Push notification with cloudflare

Some one know how to implement a firebase push notification in cloudflare’s service worker?
I was trying this during a week and i get not results. Can you help me with this ? or another system for push notification.

I’m noob, thanks…

Cloudflare Workers are not Service Workers, they just follow the SW standard for manipulating requests and responses.

If you want to add push notifications to your website, you can look for some tutorials and other resources for adding them

this