Is there a good way to add Firebase server2client FCM messaging to my WPF .net windows app? We already have it sending GUI-less data messages to our Android/iOS clients, and I would like to recycle the backend integration.
I saw that there is a C++ library, but no mention of anyone using it on Windows. And I saw that someone put together a hack where they ran the web version inside a .Net app.
But I didn't see any testimonials about using firebase in windows. I don't want to use unofficial solutions which might lose support when a new version is released...
Is there an official way to use FCM in my windows app?