bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
693 stars 147 forks source link

Does this works on Xamarin.Forms? #74

Open tyrtok opened 7 years ago

tyrtok commented 7 years ago

as above. can we use this on xamarin.forms?

Fabrik19SH commented 7 years ago

I gave it a short try (adding via nuget to Xamarin Studio Xamarin.Forms / Xamarin.Android Project): Could not install package 'FireSharp 2.0.4'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Does not look like it works...

EricPucho commented 7 years ago

Work with : .NETPortable,Version=v4.5,Profile=Profile78.

Change profile and re-target your others packages

navingp commented 7 years ago

I am not able to do this for projects created in VS.Net 2015. Any solutions for this?

EricPucho commented 7 years ago

Change the project profile to = "PCL 4.5 Profile 78"

navingp commented 7 years ago

I set that to PCL 4.5 Profile 78 yet the package doesn't get installed

leonardofs commented 7 years ago

Anybody have a sample to how use Firesharp in a Xamarin.Forms project? Ps: sorry for my bad english.

EricPucho commented 7 years ago

https://github.com/EricPucho/FirebaseXamarinForms

leonardofs commented 7 years ago

thanks so much