Chat ionic firebase push notification

I have a real-time (firebase) chat database and would like to implement notifications for all messages sent between users, however, I have not figured out how to do this. I use ionic 3, typescript. I will be very grateful if anyone has any information to pass me on. Hugs

Hello!

Follow link instruction plugin native provides basic functionality for Firebase Cloud Messaging: https://ionicframework.com/docs/native/fcm/

Implant code on src/app/app.component.ts

Thanks!
:+1:

1 Like