Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase.Xamarin is not compatible with monoandroid81

I want to add firebase realtime database in my application but when I add a library for Firebase.Xamarin, it gives the error like

Severity Code Description Project File Line Suppression State Error Package Firebase.Xamarin 0.3.6 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package Firebase.Xamarin 0.3.6 supports: net (.NETFramework,Version=v0.0) 0

how can I solve this error, I tried to change the target version of application but it is not working. Please help me to solve this error.

enter image description here

like image 333
amit Avatar asked Oct 16 '22 15:10

amit


2 Answers

You are trying to install Firebase.Xamarin which is published by an author named Ricardo. What you are probably looking for is the official packages published by Xamarin.

In this case they all start with Xamarin.Firebase.

like image 198
Cheesebaron Avatar answered Nov 15 '22 05:11

Cheesebaron


I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

enter image description here

like image 21
amit Avatar answered Nov 15 '22 05:11

amit