Reputation: 643
I am working in ionic 3 app .
I want push notification into my app . I have tried to do it with code push but I can see that it only support Android and iOS.
So I want to integrate push notification WITH FIREBASE in my ionic app (version 3) , for web platform
So far I have not got any tutorial or any video on internet where push notification is integrated via firebse for web platform is it possible to integrate firebse push notification in ionic 3 app using firebase ?
Upvotes: 1
Views: 196
Reputation: 306
You can do this using Ionic Native Push. You can see there that it supports browser. You will need to create a certificate and a firebase app to configure and send push.
Maybe you could also check this tutorial. It is for angular but for ionic it's similar.
Upvotes: 1