Testing Anurag
Testing Anurag

Reputation: 643

Integrating Firebase push notification in ionic 3 for website platform

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

Answers (1)

Nicolás Longhi
Nicolás Longhi

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

Related Questions