Pratik Patel
Pratik Patel

Reputation: 57

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?

Upvotes: 2

Views: 5903

Answers (3)

aman
aman

Reputation: 77

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.

Upvotes: 1

Yogesh
Yogesh

Reputation: 1585

It seems like yes.

check this nuget plugin

There is also a Xamarin.iOS project on github which uses FCM

Upvotes: 1

Jason
Jason

Reputation: 89102

Apparently there is a Xamarin compatible client available: https://github.com/ziyasal/FireSharp

Upvotes: 3

Related Questions