0
chekairi created
Hi,
We are using Flutter to design android and iPhone app, and for web portal and mobile apis using asp.net zero framework. Is there any way or solution to use existing notification and chat system with integrate to firebase push notifications. We keep SignalR for web push notification but for mobile app need to use firebase push notifications. Please guide me that what will be easy and shortest way to achieve this target. Thanks
1 Answer(s)
-
0
Hi,
I haven't used Firebase but I guess if you implement a notification distributor simialr to https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Notifications/DefaultNotificationDistributer.cs, you can send the notificaiton to Firebase.