Firebase FCM for windows [duplicate] - windows

This question already has an answer here:
How to receive push notifications from Firebase cloud messaging on Windows
(1 answer)
Closed 10 months ago.
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?

No, there is not. FCM is designed for web and mobile (Android, iOS) applications.

Related

Any SDK for xamarin-android for app to app voIP calling other than Twilio?

Anyone can please suggest SDK for VoIP calls for Xamarin. I have been searching over the internet since a couple of weeks but I couldn't find anything reliable. I communicated with Twilio but they do not have Twilio Client for Xamarin yet.
I have also seen CometChat, PortSIP, Tropo but none of these is helpful for xamarin.
If you can not find a Xamarin specific SDK you can still go with a native one and build a binding for it. See Xamarin docs for binding a java library to get you started.

Does firebase support Xamarin.iOS

I am going to develop a social media type application for iOS using Xamarin, for chat purpose I want to use firebase.
Can you please tell me if firebase is supported by Xamarin.iOS?
Apparently there is a Xamarin compatible client available: https://github.com/ziyasal/FireSharp
It seems like yes.
check this nuget plugin
There is also a Xamarin.iOS project on github which uses FCM
This one is for Firebase + Crashlytics for iOS only
https://www.nuget.org/packages/Xamarin.Firebase.iOS.Crashlytics/ it is published recently.
Other packages (Xamarin.Firebase.Crash for example) are for Firebase Crash reporting, which is being phased out.

Integrate Azure Mobile Services in Xamarin.Mac

By the time I'm writing this, I'm working on a Xamarin cross-platform app (iOS,Android and Windows Phone), using Azure Mobile Services. There is interest of also developing Mac OS X version of this app.
Is there a way to use the Azure for the OS X app, because I can't find anything on the web? Please, be descriptive as possible :)
There is not currently Xamarin.Mac support in Mobile Services. If you look here (https://github.com/Azure/azure-mobile-apps-net-client/tree/master/sdk) you will see there is a Xam.iOS, Android, and Forms project.
You can add a feature request for Xam.Mac, or make an open PR that adds in a Xam.Mac project. I'd assume the main PCL component will work and its just a matter of adding the Mac specific wrappers where needed. I'm not sure how much dev work that would actually entail though to say if its feasible or not.

Phonegap Build. Windows Phone Push Notification Support

im currently using https://build.phonegap.com/plugins/324 plugin but it has no support for windows phone. is there any plugin out there that can be used in conjuction with phonegap build that supports notifications in windows?
I tried pushwoosh on wp8, it is very simple and works!
I am pretty sure it works also on other platforms.
Pushplugin is supposed to support wp8 as well now but to me is not working and impossible to get support.

Mvvmcross iOS Push Notification Setup

I am looking at setting my app up with push notifications. Is there currently a mvvmcross demo that uses push notifications across all platforms? I saw some third party libraries such as pushsharp that handles most but was wondering if anyone has a preferred preference to set it up for cross platform development.
I'm still a relative beginner in mobile dev so I've read the basics of push setup in the xamarin docs.
Any sample code would help.
not sure if you have checked Azure Notification Hub
http://msdn.microsoft.com/en-us/library/windowsazure/jj927170.aspx

Resources